jwiegley / emacs-async

Simple library for asynchronous processing in Emacs
GNU General Public License v3.0
828 stars 68 forks source link

async find-file #134

Open bodnarlajos opened 3 years ago

bodnarlajos commented 3 years ago

Hi, sorry because it is not an issue, but I'd like to open the files in asyncronous ... Where can I start with this package to achieve my aim ? Is it possible or there is a problem with it ? I used to work with log files from fileshares ... it can freeze my emacs ~1-2 mins ...

thierryvolpiatto commented 3 years ago

Bodnar Lajos notifications@github.com writes:

Hi, sorry because it is not an issue, but I'd like to open the files in asyncronous ... Where can I start with this package to achieve my aim ? Is it possible or there is a problem with it ? I used to work with log files from fileshares ... it can freeze my emacs ~1-2 mins ...

Async will not help here because once your buffer loaded (in child emacs), you will not be able to see it in parent emacs (emacs can't share buffers), I suggest using so-long-mode instead to open such large log files.

-- Thierry

bodnarlajos commented 3 years ago

Thank you for your answer but my problem is that the fileshare is slow the file is ~500k ...

thierryvolpiatto commented 3 years ago

Bodnar Lajos notifications@github.com writes:

Thank you for your answer but my problem is that the fileshare is slow the file is ~500k ...

Don't know what you mean by "fileshare".

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.*

-- Thierry

bodnarlajos commented 3 years ago

I mean it is a NAS with Samba or WINS fileshare