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

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

Re: Emacs keyboard command


From: B. T. Raven
Subject: Re: Emacs keyboard command
Date: Tue, 15 Aug 2006 10:10:45 -0500

"HASM" <not_really@comcast.net> wrote in message
news:m31wrjl9wj.fsf@127.0.0.1...
> "mailpitches@email.com" <mailpitches@email.com> writes:
>
> > When you hit C-X C-F to Find file, you are presented with a default
> > path such as ~/dir/blah. Is there a key command to travel backwards by
> > directory, so that I can press this key command and immediately get
> > ~dir/ without having to hit delete four times?
>
> Try M-BS.  A word, in Find File context is usually a dir, but now
always.
>
> -- HASM
>
>
> M-BS runs `backward-kill-word'

On some systems (e.g. w32) this key combo runs undo (as opposed to
advertised-undo) and C-<backspace> runs backward-kill-word.

>
> `backward-kill-word' is an interactive compiled Lisp function
>   -- loaded from "/builddir/build/BUILD/xemacs-21.4.19/lisp/simple.elc"
> (backward-kill-word &optional COUNT)
>
> Documentation:
> Kill characters backward until encountering the end of a word.
> With argument, do this that many times.



reply via email to

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