emacs-async icon indicating copy to clipboard operation
emacs-async copied to clipboard

async find-file

Open bodnarlajos opened this issue 3 years ago • 4 comments

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 ...

bodnarlajos avatar Nov 11 '20 07:11 bodnarlajos

Bodnar Lajos [email protected] 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

thierryvolpiatto avatar Nov 11 '20 07:11 thierryvolpiatto

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

bodnarlajos avatar Nov 11 '20 08:11 bodnarlajos

Bodnar Lajos [email protected] 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

thierryvolpiatto avatar Nov 11 '20 09:11 thierryvolpiatto

I mean it is a NAS with Samba or WINS fileshare

bodnarlajos avatar Nov 11 '20 10:11 bodnarlajos