emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Add file-dwim.


From: Taylan Ulrich Bayırlı/Kammer
Subject: Re: [PATCH] Add file-dwim.
Date: Mon, 19 Oct 2015 10:39:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Artur Malabarba <address@hidden> writes:

> 2015-10-18 20:46 GMT+01:00 Taylan Ulrich Bayırlı/Kammer
> <address@hidden>:
>>
>> Hmm, while that's indeed *my* most common use-case, I'm not sure if it
>> should be baked into the library.
>
> Well, it would be mine too, so that's 100% of our 2 subjects test sample. :-)
> And I know I've seen other people implement a sort of
> `open-file-externally` command, so I'm sure it's a common need.

So is this typically called synchronously or asynchronously?

In my *real* config, I actually have exactly one synchronous command
(queue audio file for music player), one asynchronous command (run
tuxguitar), and one command that ends up being opened in an ansi-term
buffer (run mplayer).

I'm guessing that calling the process asynchronously, but ignoring its
output (instead of creating a buffer for it like async-shell-command)
would cover the most use-cases (it would cover the synchronous use-cases
too).  WDYT?

Taylan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]