all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Preventing C-h (help-command) from deactivating the mark?
@ 2016-03-04 14:45 egarrulo
  2016-03-04 15:31 ` Barry Margolin
  2016-03-04 15:47 ` Eli Zaretskii
  0 siblings, 2 replies; 3+ messages in thread
From: egarrulo @ 2016-03-04 14:45 UTC (permalink / raw)
  To: help-gnu-emacs

How to reproduce:
- emacs -Q
- mark some text in *scratch*
- C-h c M-c
- Emacs deactivates the mark and I wish to avoid this.

I would have wrapped `help-command' to bind `deactivate-mark' to nil, 
but Emacs can't find where `help-command' is defined.  Indeed, `help.el' 
defines it as:

(fset 'help-command help-map)

How can I write a wrapper around `help-command'?  Thanks.


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

end of thread, other threads:[~2016-03-04 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-04 14:45 Preventing C-h (help-command) from deactivating the mark? egarrulo
2016-03-04 15:31 ` Barry Margolin
2016-03-04 15:47 ` Eli Zaretskii

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.