GNU bug report logs - #11698
[PATCH] Enable mouse-face on the mode-line area of which-func

Previous Next

Package: emacs;

Reported by: Masatake YAMATO <yamato <at> redhat.com>

Date: Wed, 13 Jun 2012 17:39:02 UTC

Severity: wishlist

Tags: patch

Fixed in version 24.2

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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Masatake YAMATO <yamato <at> redhat.com>
Subject: bug#11698: closed (Re: bug#11698: [PATCH] Enable mouse-face on
 the mode-line area of which-func)
Date: Mon, 25 Jun 2012 07:18:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#11698: [PATCH] Enable mouse-face on the mode-line area of which-func 

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 11698 <at> debbugs.gnu.org.

-- 
11698: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11698
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Glenn Morris <rgm <at> gnu.org>
To: 11698-done <at> debbugs.gnu.org
Subject: Re: bug#11698: [PATCH] Enable mouse-face on the mode-line area of
	which-func
Date: Mon, 25 Jun 2012 03:13:13 -0400
Version: 24.2

Masatake YAMATO wrote:

> ! 		 mouse-face mode-line-highlight

Applied to emacs-24 branch, thanks. (I hadn't appreciated that
mode-line-highlight is already used all over the place in the mode-line.)

[Message part 3 (message/rfc822, inline)]
From: Masatake YAMATO <yamato <at> redhat.com>
To: bug-gnu-emacs <at> gnu.org
Subject: [PATCH] Enable mouse-face on the mode-line area of which-func 
Date: Thu, 14 Jun 2012 02:35:11 +0900 (JST)
This is not a bug report.
This is a request for merging the attached patch 
to the emacs official source tree.


See the patch.
The original code is written in 2004.
I implemented mouse-face on mode-line in 2005-06-07:)



2012-06-13  Masatake YAMATO  <yamato <at> redhat.com>

	* progmodes/which-func.el (which-func-format): Enable
	mouse-face.

=== modified file 'lisp/progmodes/which-func.el'
*** lisp/progmodes/which-func.el	2012-06-03 11:10:44 +0000
--- lisp/progmodes/which-func.el	2012-06-13 17:20:38 +0000
***************
*** 144,150 ****
      (:propertize which-func-current
  		 local-map ,which-func-keymap
  		 face which-func
! 		 ;;mouse-face highlight	; currently not evaluated :-(
  		 help-echo "mouse-1: go to beginning\n\
  mouse-2: toggle rest visibility\n\
  mouse-3: go to end")
--- 144,150 ----
      (:propertize which-func-current
  		 local-map ,which-func-keymap
  		 face which-func
! 		 mouse-face highlight
  		 help-echo "mouse-1: go to beginning\n\
  mouse-2: toggle rest visibility\n\
  mouse-3: go to end")





This bug report was last modified 13 years and 28 days ago.

Previous Next


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