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

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

bug#247: marked as done (docstring only mention one binding when there


From: Emacs bug Tracking System
Subject: bug#247: marked as done (docstring only mention one binding when there are two)
Date: Thu, 15 May 2008 13:45:04 -0700

Your message dated Thu, 15 May 2008 16:36:02 -0400
with message-id <jwvy76bnwcs.fsf-monnier+emacsbugreports@gnu.org>
and subject line Re: bug#247: docstring only mention one binding when there are 
two
has caused the Emacs bug report #247,
regarding docstring only mention one binding when there are two
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
247: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=247
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: docstring only mention one binding when there are two Date: Thu, 15 May 2008 04:46:41 +0800
Exhibit A:
kill-region is an interactive compiled Lisp function in `simple.el'...
(If you want to kill and then yank immediately, use <C-insertchar>.)

Exhibit B:
<C-insert> runs the command kill-ring-save
  which is an interactive compiled Lisp function in `simple.el'.
It is bound to <C-insertchar>, <C-insert>.

Trying to guess what key is C-insertchar, I stumbled upon C-insert,
which showed that Exhibit A does not mention both keys.
(To this day I don't know which of my 104 keys is "insertchar".)

By the way, don't say
"If you want to kill and then yank immediately"
say
"If you want to save the region as if killed, but don't kill it"
as it sounds less nuts :-)

emacs-version "22.2.1"



--- End Message ---
--- Begin Message --- Subject: Re: bug#247: docstring only mention one binding when there are two Date: Thu, 15 May 2008 16:36:02 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
> Exhibit A:
> kill-region is an interactive compiled Lisp function in `simple.el'...
> (If you want to kill and then yank immediately, use <C-insertchar>.)

> Exhibit B:
> <C-insert> runs the command kill-ring-save
>   which is an interactive compiled Lisp function in `simple.el'.
> It is bound to <C-insertchar>, <C-insert>.

> Trying to guess what key is C-insertchar, I stumbled upon C-insert,
> which showed that Exhibit A does not mention both keys.
> (To this day I don't know which of my 104 keys is "insertchar".)

Emacs doesn't know either where is your `insertchar' key, or even if you
have an `insertchar' key.  Neither can it easily figure out whether you
have an `insert' key.

> By the way, don't say
> "If you want to kill and then yank immediately"
> say
> "If you want to save the region as if killed, but don't kill it"
> as it sounds less nuts :-)

Indeed, thanks,


        Stefan



--- End Message ---

reply via email to

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