unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* `display-time-mail-face' has no effect on tty
@ 2003-02-13  8:44 ARISAWA Akihiro
  0 siblings, 0 replies; only message in thread
From: ARISAWA Akihiro @ 2003-02-13  8:44 UTC (permalink / raw)
  Cc: ari

[-- Attachment #1: Type: text/plain, Size: 1150 bytes --]

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (sparc-sun-solaris2.7, X toolkit, Xaw3d scroll bars)
 of 2002-03-18 on puyo
configured using `configure  --prefix=/usr/local/emacs-21.2 --with-xpm --with-jpeg --with-gif --with-png --without-xim'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: C
  value of $LANG: ja
  locale-coding-system: japanese-iso-8bit
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


I'm using emacs on tty. I customized `display-time-mail-face',
but "Mail" string on mode-line doesn't change.

Following patch make `display-time-mail-face' effective on tty.

Regards,

-- 
ARISAWA Akihiro


[-- Attachment #2: time.el.patch --]
[-- Type: application/octet-stream, Size: 552 bytes --]

2003-02-13  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>

	* time.el (display-time-string-forms): Add face property to
	mail string.

*** emacs-21.2/lisp/time.el.orig	Thu Aug  9 23:52:02 2001
--- emacs-21.2/lisp/time.el	Thu Feb 13 12:37:10 2003
***************
*** 142,147 ****
--- 142,148 ----
  			     ,@(list :background (face-attribute
  						  display-time-mail-face
  						  :background)))
+ 		 'face display-time-mail-face
  		 'help-echo "mouse-2: Read mail"
  		 'local-map (make-mode-line-mouse-map 'mouse-2 
  						      read-mail-command)))

[-- Attachment #3: Type: text/plain, Size: 148 bytes --]

_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-02-13  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-13  8:44 `display-time-mail-face' has no effect on tty ARISAWA Akihiro

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