all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: "Juanma Barranquero" <lekktu@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: fancy-splash-help-echo
Date: Sun, 09 Dec 2007 18:18:40 -0500	[thread overview]
Message-ID: <E1J1VQ0-0002kd-FP@fencepost.gnu.org> (raw)
In-Reply-To: <f7ccd24b0712090717m1e639dfdp83708fbb4d8dbfcb@mail.gmail.com> (lekktu@gmail.com)

Thanks.  I think this change is called for.  Do you agree?

*** startup.el	15 Nov 2007 06:48:17 -0500	1.436.2.7
--- startup.el	09 Dec 2007 16:40:33 -0500	
***************
*** 1288,1295 ****
  
  ;; These are temporary storage areas for the splash screen display.
  
- (defvar fancy-splash-help-echo nil)
- 
  (defun fancy-splash-insert (&rest args)
    "Insert text into the current buffer, with faces.
  Arguments from ARGS should be either strings; functions called
--- 1288,1293 ----
***************
*** 1323,1329 ****
  					 (funcall it)
  				       it))
  				   'face current-face
! 				   'help-echo fancy-splash-help-echo))))
        (setq args (cdr args)))))
  
  
--- 1321,1327 ----
  					 (funcall it)
  				       it))
  				   'face current-face
! 				   'help-echo (startup-echo-area-message)))))
        (setq args (cdr args)))))
  
  
***************
*** 1505,1512 ****
  	(dolist (text fancy-about-text)
  	  (apply #'fancy-splash-insert text)
  	  (insert "\n"))
- 	(unless (current-message)
- 	  (message fancy-splash-help-echo))
  	(set-buffer-modified-p nil)
  	(goto-char (point-min))
  	(force-mode-line-update))
--- 1503,1508 ----

  reply	other threads:[~2007-12-09 23:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-09 12:37 fancy-splash-help-echo Richard Stallman
2007-12-09 15:17 ` fancy-splash-help-echo Juanma Barranquero
2007-12-09 23:18   ` Richard Stallman [this message]
2007-12-09 23:39     ` fancy-splash-help-echo Juanma Barranquero

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

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

  git send-email \
    --in-reply-to=E1J1VQ0-0002kd-FP@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.