unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2065: 23.0.60; Add xmodmap-mode
@ 2009-01-26 12:50 Daniel Clemente
  2011-03-06  2:58 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Clemente @ 2009-01-26 12:50 UTC (permalink / raw)
  To: emacs-pretest-bug


  Very simple code which makes editing ~/.Xmodmap (key definition for X) much more comfortable. Therefore it could be included in Emacs.

     (define-generic-mode 'xmodmap-mode
       '(?!)
       '("add" "clear" "keycode" "keysym" "remove" "pointer")
       nil
       '("[xX]modmap\\(rc\\)?\\'")
       nil
       "Simple mode for xmodmap files.")


  It handles ~/.Xmodmap, /etc/X11/Xmodmap and other not so common variants like .xmodmaprc
  The code is also at http://www.emacswiki.org/emacs/XModMapMode

  Thanks.








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

* bug#2065: 23.0.60; Add xmodmap-mode
  2009-01-26 12:50 bug#2065: 23.0.60; Add xmodmap-mode Daniel Clemente
@ 2011-03-06  2:58 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2011-03-06  2:58 UTC (permalink / raw)
  To: 2065-done

Version: 24.1

Thanks; applied.





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

end of thread, other threads:[~2011-03-06  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-26 12:50 bug#2065: 23.0.60; Add xmodmap-mode Daniel Clemente
2011-03-06  2:58 ` Glenn Morris

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