help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: How to put emacs in fg if it was run by "xterm -e emacs -nw"


From: Pascal Bourguignon
Subject: Re: How to put emacs in fg if it was run by "xterm -e emacs -nw"
Date: Wed, 30 Nov 2005 09:14:34 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

<Chenfu.Wang@nokia.com> writes:

> It happens for me now and then that I press Ctrl + Z when I want Ctrl + X...  
>
> That's annoying because I was editing some document and was stopped by C + z.

put this in your ~/.emacs

(global-set-key (kbd "C-z") (lambda nil (interactive) (beep)))


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

There is no worse tyranny than to force a man to pay for what he does not
want merely because you think it would be good for him. -- Robert Heinlein


reply via email to

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