all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Interoperation of eshell and viper
@ 2004-01-16  8:38 Kai Grossjohann
  2004-01-16 18:29 ` Kevin Rodgers
  0 siblings, 1 reply; 3+ messages in thread
From: Kai Grossjohann @ 2004-01-16  8:38 UTC (permalink / raw)


I'm thinking it might be useful for eshell to go into viper insert
mode after I hit return to execute a command.  That way, I can just
type my next command without having to remember to go into insert mode
again.

Has anyone done this?

Kai

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

* Re: Interoperation of eshell and viper
  2004-01-16  8:38 Interoperation of eshell and viper Kai Grossjohann
@ 2004-01-16 18:29 ` Kevin Rodgers
  2004-01-28  8:44   ` Kai Grossjohann
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Rodgers @ 2004-01-16 18:29 UTC (permalink / raw)


Kai Grossjohann wrote:

> I'm thinking it might be useful for eshell to go into viper insert
> mode after I hit return to execute a command.  That way, I can just
> type my next command without having to remember to go into insert mode
> again.
> 
> Has anyone done this?

No, I don't use eshell or viper.  But isn't it just a matter of executing

a viper command (to go into insert mode) after the eshell command (whatever
is bound to RET), via a hook (if the eshell command provides one) or an
after advice?

-- 
Kevin Rodgers

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

* Re: Interoperation of eshell and viper
  2004-01-16 18:29 ` Kevin Rodgers
@ 2004-01-28  8:44   ` Kai Grossjohann
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Grossjohann @ 2004-01-28  8:44 UTC (permalink / raw)


Kevin Rodgers <ihs_4664@yahoo.com> writes:

> No, I don't use eshell or viper.  But isn't it just a matter of executing
> a viper command (to go into insert mode) after the eshell command (whatever
> is bound to RET), via a hook (if the eshell command provides one) or an
> after advice?

Yeah, that would work.  Okay, I've now (temporarily?) abandoned eshell
in favor of shell, but that could probably be tweaked in a similar
way.

Kai

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

end of thread, other threads:[~2004-01-28  8:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-16  8:38 Interoperation of eshell and viper Kai Grossjohann
2004-01-16 18:29 ` Kevin Rodgers
2004-01-28  8:44   ` Kai Grossjohann

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.