unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16071: Erc re-binds [home] even if not beginning-of-line
@ 2013-12-06 11:37 Ivan Shmakov
  2013-12-06 17:59 ` Stefan Monnier
  2015-12-27 21:07 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Ivan Shmakov @ 2013-12-06 11:37 UTC (permalink / raw)
  To: 16071

Package:  emacs
Severity: minor

	As of 0dd4ebbcf94d, erc-mode-map unconditionally binds both C-a
	and Home to erc-bol.  Which is problematic, as:

	• either (or both) of them may happen to /not/ be bound to
	  beginning-of-line (as, for example, when using an older,
	  Emacs 20-or-so, binding of Home to beginning-of-buffer);

	• the user may’ve previously bound additional key sequences to
	  beginning-of-line, which are not rebound by the current
	  erc-mode-map.

	It’s arguably more semantically correct (and convenient) to
	re-map beginning-of-line to erc-bol, instead of using an
	explicit list of key sequences to be bound to erc-bol.

-- 
FSF associate member #7257





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

end of thread, other threads:[~2015-12-27 21:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 11:37 bug#16071: Erc re-binds [home] even if not beginning-of-line Ivan Shmakov
2013-12-06 17:59 ` Stefan Monnier
2013-12-06 18:26   ` Ivan Shmakov
2013-12-07  3:17     ` Stefan Monnier
2015-12-27 21:07 ` Lars Ingebrigtsen

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).