GNU bug report logs - #2065
23.0.60; Add xmodmap-mode

Previous Next

Package: emacs;

Reported by: Daniel Clemente <dcl441-bugs <at> yahoo.com>

Date: Mon, 26 Jan 2009 17:30:03 UTC

Severity: wishlist

Tags: patch

Fixed in version 24.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Daniel Clemente <dcl441-bugs <at> yahoo.com>
To: emacs-pretest-bug <at> gnu.org
Subject: bug#2065: 23.0.60; Add xmodmap-mode
Date: Mon, 26 Jan 2009 13:50:07 +0100
  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.






This bug report was last modified 14 years and 159 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.