all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Newbie help
@ 2011-02-15 13:14 Nelson Teixeira
  2011-02-16 20:17 ` Eli Zaretskii
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Nelson Teixeira @ 2011-02-15 13:14 UTC (permalink / raw)
  To: help-gnu-emacs

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

Hello,

I started recently to use Emacs and am learning the basic commands. So I
haven't customized it in any way. Just installed it.
But when I use de C-x Del command to kill to the beggining of the sentence,
it open directory listing instead.
The command I want to use is backward-kill-sentence, and in help (C-h f)
says it's bounded to C-x DEL. Anyone knows why it's calling this other
function ?
How do I make myself sure that the key bindings are the default ones ?

Nelson Teixeira

[-- Attachment #2: Type: text/html, Size: 536 bytes --]

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

* Re: Newbie help
       [not found] <mailman.5.1297885521.10461.help-gnu-emacs@gnu.org>
@ 2011-02-16 20:00 ` Jason Earl
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Earl @ 2011-02-16 20:00 UTC (permalink / raw)
  To: help-gnu-emacs

On Tue, Feb 15 2011, Nelson Teixeira wrote:

> Hello,
>
> I started recently to use Emacs and am learning the basic commands. So
> I haven't customized it in any way. Just installed it. 
> But when I use de C-x Del command to kill to the beggining of the
> sentence, it open directory listing instead. 
> The command I want to use is backward-kill-sentence, and in help (C-h
> f) says it's bounded to C-x DEL. Anyone knows why it's calling this
> other function ?
> How do I make myself sure that the key bindings are the default ones ?
>
> Nelson Teixeira

This might sound goofy, but have you tried typing "C-x <Backspace>"?

"C-x D" does want to give a directory listing on my machine, but "C-x
<Backspace>" does the right thing.

Jason


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

* Re: Newbie help
  2011-02-15 13:14 Newbie help Nelson Teixeira
@ 2011-02-16 20:17 ` Eli Zaretskii
  2011-02-16 20:19 ` Drew Adams
  2011-02-16 20:24 ` trebol55555
  2 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2011-02-16 20:17 UTC (permalink / raw)
  To: help-gnu-emacs

> From: Nelson Teixeira <nelson777@gmail.com>
> Date: Tue, 15 Feb 2011 10:14:06 -0300
> 
> I started recently to use Emacs and am learning the basic commands. So I
> haven't customized it in any way. Just installed it.
> But when I use de C-x Del command to kill to the beggining of the sentence,
> it open directory listing instead.
> The command I want to use is backward-kill-sentence, and in help (C-h f)
> says it's bounded to C-x DEL. Anyone knows why it's calling this other
> function ?

When you say "DEL", you actually press what key?  It's not 3 keys D,
E, L.  Rather, it's a key labeled "DEL".  On modern keyboards, if you
don't have a key labeled "DEL", it could be the Backspace key instead.



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

* RE: Newbie help
  2011-02-15 13:14 Newbie help Nelson Teixeira
  2011-02-16 20:17 ` Eli Zaretskii
@ 2011-02-16 20:19 ` Drew Adams
  2011-02-16 20:24 ` trebol55555
  2 siblings, 0 replies; 5+ messages in thread
From: Drew Adams @ 2011-02-16 20:19 UTC (permalink / raw)
  To: 'Nelson Teixeira', help-gnu-emacs

> when I use de C-x Del command to kill to the beggining of
> the sentence, it open directory listing instead.

Sounds like it's bound to `list-directory' or `dired'.  Those are typically
bound to `C-x C-d' and `C-x d' instead.  `DEL' is typically the Backspace key.

I suggest you file a bug report if `C-x DEL' is not bound correctly:

M-x report-emacs-bug

> How do I make myself sure that the key bindings are the default ones ?

`C-h k C-x DEL' will tell you what the key is bound to.

If you start emacs with the -Q option then you are sure to be getting the
default key bindings.




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

* Re: Newbie help
  2011-02-15 13:14 Newbie help Nelson Teixeira
  2011-02-16 20:17 ` Eli Zaretskii
  2011-02-16 20:19 ` Drew Adams
@ 2011-02-16 20:24 ` trebol55555
  2 siblings, 0 replies; 5+ messages in thread
From: trebol55555 @ 2011-02-16 20:24 UTC (permalink / raw)
  To: Nelson Teixeira; +Cc: help-gnu-emacs


Hello, Nelson.
The "del" key in emacs mean the "backspace" key ( <-- ), not the "Supr" key. 
Just read the manual, yes it's enormous, like the emacs's power!.
Also, take a look at the emacs wiki: www.emacswiki.org.

Trebol.

Nelson Teixeira <nelson777@gmail.com> writes:

> Hello,
>
> I started recently to use Emacs and am learning the basic commands. So I haven't customized it in any way. Just
> installed it.
> But when I use de C-x Del command to kill to the beggining of the sentence, it open directory listing instead.
> The command I want to use is backward-kill-sentence, and in help (C-h f) says it's bounded to C-x DEL. Anyone knows why
> it's calling this other function ?
> How do I make myself sure that the key bindings are the default ones ?
>
> Nelson Teixeira



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

end of thread, other threads:[~2011-02-16 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-15 13:14 Newbie help Nelson Teixeira
2011-02-16 20:17 ` Eli Zaretskii
2011-02-16 20:19 ` Drew Adams
2011-02-16 20:24 ` trebol55555
     [not found] <mailman.5.1297885521.10461.help-gnu-emacs@gnu.org>
2011-02-16 20:00 ` Jason Earl

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.