unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6460: Documentation `define-key's DEF arg does not provide description of the `remap' feature
@ 2010-06-18 20:44 MON KEY
  2010-06-19  5:24 ` MON KEY
  2010-06-19 18:03 ` Chong Yidong
  0 siblings, 2 replies; 4+ messages in thread
From: MON KEY @ 2010-06-18 20:44 UTC (permalink / raw)
  To: 6460

Documentation of `define-key's DEF arg does not provide description of
the `remap'
feature e.g. how one can accomplish:
	
 (define-key '<SOME-MAP> [remap <SOME-COMMAND>] '<SOME-OTHER-COMMAND>)

Likewise, the docs should present an explicit link to the manual describing the
`remap' feature e.g.:

 (See info node `(elisp)Remapping Commands'.)

--
/s_P\





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

* bug#6460: Documentation `define-key's DEF arg does not provide description of the `remap' feature
  2010-06-18 20:44 bug#6460: Documentation `define-key's DEF arg does not provide description of the `remap' feature MON KEY
@ 2010-06-19  5:24 ` MON KEY
  2010-06-19 18:03 ` Chong Yidong
  1 sibling, 0 replies; 4+ messages in thread
From: MON KEY @ 2010-06-19  5:24 UTC (permalink / raw)
  To: 6460

,----
| feature e.g. how one can accomplish:
| (define-key '<SOME-MAP> [remap <SOME-COMMAND>] '<SOME-OTHER-COMMAND>)
`----

Sorry for that, <SOME-MAP> should not be quoted!

 (define-key <SOME-MAP> [remap <SOME-COMMAND>] '<SOME-OTHER-COMMAND>)

--
/s_P\





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

* bug#6460: Documentation `define-key's DEF arg does not provide description of the `remap' feature
  2010-06-18 20:44 bug#6460: Documentation `define-key's DEF arg does not provide description of the `remap' feature MON KEY
  2010-06-19  5:24 ` MON KEY
@ 2010-06-19 18:03 ` Chong Yidong
  2010-06-20  5:13   ` MON KEY
  1 sibling, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2010-06-19 18:03 UTC (permalink / raw)
  To: MON KEY; +Cc: 6460-done

MON KEY <monkey@sandpframing.com> writes:

> Documentation of `define-key's DEF arg does not provide description of
> the `remap'
> feature e.g. how one can accomplish:
>
>  (define-key '<SOME-MAP> [remap <SOME-COMMAND>] '<SOME-OTHER-COMMAND>)
>
> Likewise, the docs should present an explicit link to the manual describing the
> `remap' feature e.g.:
>
>  (See info node `(elisp)Remapping Commands'.)

I've tweaked the documentation to reflect this, thanks.  (I think you
are confused, though; key remapping occurs in the KEY argument.)





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

* bug#6460: Documentation `define-key's DEF arg does not provide description of the `remap' feature
  2010-06-19 18:03 ` Chong Yidong
@ 2010-06-20  5:13   ` MON KEY
  0 siblings, 0 replies; 4+ messages in thread
From: MON KEY @ 2010-06-20  5:13 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 6460

On Sat, Jun 19, 2010 at 2:03 PM, Chong Yidong <cyd@stupidchicken.com> wrote:
> I've tweaked the documentation to reflect this, thanks.  (I think you
> are confused, though; key remapping occurs in the KEY argument.)

Yes, of course. You are correct DEF is def. not the relevant arg. ;)
Was juggling three concurrent/related bug reports.
I apologize for my mis-statement.

--
/s_P\





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

end of thread, other threads:[~2010-06-20  5:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-18 20:44 bug#6460: Documentation `define-key's DEF arg does not provide description of the `remap' feature MON KEY
2010-06-19  5:24 ` MON KEY
2010-06-19 18:03 ` Chong Yidong
2010-06-20  5:13   ` MON KEY

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).