all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* EDITOR in eshell
@ 2014-05-22  4:50 C K Kashyap
  2014-05-22  7:55 ` Илья Арефьев
  0 siblings, 1 reply; 4+ messages in thread
From: C K Kashyap @ 2014-05-22  4:50 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

Hi,
How can I make programs that fire up $EDITOR (for example revision control
systems that make you enter comments at the time of submission) to use
emacs when I run them from eshell?
Regards,
Kashyap


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: EDITOR in eshell
  2014-05-22  4:50 EDITOR in eshell C K Kashyap
@ 2014-05-22  7:55 ` Илья Арефьев
  2014-05-22  8:05   ` C K Kashyap
  0 siblings, 1 reply; 4+ messages in thread
From: Илья Арефьев @ 2014-05-22  7:55 UTC (permalink / raw)
  To: C K Kashyap; +Cc: help-gnu-emacs@gnu.org

Hi!

Try to add one of these lines into your ~/.bashrc:

> export EDITOR="emacs"
>
or

> export EDITOR="emacsclient -c"
>
and run

> source ~/.bashrc
>
to apply these changes immediately.



On Thu, May 22, 2014 at 8:50 AM, C K Kashyap <ckkashyap@gmail.com> wrote:

> Hi,
> How can I make programs that fire up $EDITOR (for example revision control
> systems that make you enter comments at the time of submission) to use
> emacs when I run them from eshell?
> Regards,
> Kashyap
>



-- 
Ilya Arefiev
skype:          ilardm
cellphone:      +7(910)798-36-43


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: EDITOR in eshell
  2014-05-22  7:55 ` Илья Арефьев
@ 2014-05-22  8:05   ` C K Kashyap
  2014-05-22  8:35     ` C K Kashyap
  0 siblings, 1 reply; 4+ messages in thread
From: C K Kashyap @ 2014-05-22  8:05 UTC (permalink / raw)
  To: Илья Арефьев
  Cc: help-gnu-emacs@gnu.org

Awesome ...  emacsclient -c worked for me!

Regards,
Kashyap


On Thu, May 22, 2014 at 1:25 PM, Илья Арефьев <arefiev.id@gmail.com> wrote:

> Hi!
>
> Try to add one of these lines into your ~/.bashrc:
>
>> export EDITOR="emacs"
>>
> or
>
>> export EDITOR="emacsclient -c"
>>
> and run
>
>> source ~/.bashrc
>>
> to apply these changes immediately.
>
>
>
> On Thu, May 22, 2014 at 8:50 AM, C K Kashyap <ckkashyap@gmail.com> wrote:
>
>> Hi,
>> How can I make programs that fire up $EDITOR (for example revision control
>> systems that make you enter comments at the time of submission) to use
>> emacs when I run them from eshell?
>> Regards,
>> Kashyap
>>
>
>
>
> --
> Ilya Arefiev
> skype:          ilardm
> cellphone:      +7(910)798-36-43
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: EDITOR in eshell
  2014-05-22  8:05   ` C K Kashyap
@ 2014-05-22  8:35     ` C K Kashyap
  0 siblings, 0 replies; 4+ messages in thread
From: C K Kashyap @ 2014-05-22  8:35 UTC (permalink / raw)
  To: Илья Арефьев
  Cc: help-gnu-emacs@gnu.org

I had to do server-start though.
Regards,
Kashyap


On Thu, May 22, 2014 at 1:35 PM, C K Kashyap <ckkashyap@gmail.com> wrote:

> Awesome ...  emacsclient -c worked for me!
>
> Regards,
> Kashyap
>
>
> On Thu, May 22, 2014 at 1:25 PM, Илья Арефьев <arefiev.id@gmail.com>wrote:
>
>> Hi!
>>
>> Try to add one of these lines into your ~/.bashrc:
>>
>>> export EDITOR="emacs"
>>>
>> or
>>
>>> export EDITOR="emacsclient -c"
>>>
>> and run
>>
>>> source ~/.bashrc
>>>
>> to apply these changes immediately.
>>
>>
>>
>> On Thu, May 22, 2014 at 8:50 AM, C K Kashyap <ckkashyap@gmail.com> wrote:
>>
>>> Hi,
>>> How can I make programs that fire up $EDITOR (for example revision
>>> control
>>> systems that make you enter comments at the time of submission) to use
>>> emacs when I run them from eshell?
>>> Regards,
>>> Kashyap
>>>
>>
>>
>>
>> --
>> Ilya Arefiev
>> skype:          ilardm
>> cellphone:      +7(910)798-36-43
>>
>
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-22  8:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-22  4:50 EDITOR in eshell C K Kashyap
2014-05-22  7:55 ` Илья Арефьев
2014-05-22  8:05   ` C K Kashyap
2014-05-22  8:35     ` C K Kashyap

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.