unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Subject: M-o M-g
Date: Sat, 26 Mar 2005 21:44:07 -0600 (CST)	[thread overview]
Message-ID: <200503270344.j2R3i7C18611@raven.dms.auburn.edu> (raw)

`goto-line' has recently gotten the convenient binding `M-g g'.  But
now `font-lock-fontify-block', which I personally use _way_ more often
than goto-line has the inconvenient binding `M-o M-g".  What about the
small patch below, which would make it `M-o M-o'.  I can install if desired.


===File ~/font-lock-diff====================================
*** font-lock.el	21 Mar 2005 14:09:05 -0600	1.235
--- font-lock.el	26 Mar 2005 21:09:48 -0600	
***************
*** 1097,1103 ****
  	  ((error quit) (message "Fontifying block...%s" error-data)))))))
  
  (if (boundp 'facemenu-keymap)
!     (define-key facemenu-keymap "\M-g" 'font-lock-fontify-block))
  
  ;;; End of Fontification functions.
  \f
--- 1097,1103 ----
  	  ((error quit) (message "Fontifying block...%s" error-data)))))))
  
  (if (boundp 'facemenu-keymap)
!     (define-key facemenu-keymap "\M-o" 'font-lock-fontify-block))
  
  ;;; End of Fontification functions.
  \f
============================================================

             reply	other threads:[~2005-03-27  3:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-27  3:44 Luc Teirlinck [this message]
2005-03-27  4:06 ` M-o M-g Luc Teirlinck
2005-03-27 10:14   ` David Kastrup

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200503270344.j2R3i7C18611@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).