Startup Summary in Elisp Manual

2005-08-27 Thread Sven Joachim

The node Startup Summary in the Elisp Manual contains two minor
mistakes.  It states

 13. It displays the initial echo area message, unless you have
 suppressed that with `inhibit-startup-echo-area-message' or `-Q'.

Since emacs -Q still prints the initial echo area message, that
should read

 13. It displays the initial echo area message, unless you have
 suppressed that with `inhibit-startup-echo-area-message'.

And later:

 18. It displays copyleft, nonwarranty, and basic use information,
 provided the value of `inhibit-startup-message' is `nil', you
 didn't specify `--no-splash' or `-Q', and the buffer is still
 empty.

The last condition (buffer is still empty) no longer needs to be
fulfilled, so this should instead read

 18. It displays copyleft, nonwarranty, and basic use information,
 provided the value of `inhibit-startup-message' is `nil' and you
 didn't specify `--no-splash' or `-Q'.


Regards,

 Sven Joachim



___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: debugging Lisp nesting exceeds max-lisp-eval-dept error??

2005-08-27 Thread Jason Rumney
Richard M. Stallman [EMAIL PROTECTED] writes:

 Since lazy-lock is now obsolete, perhaps we should simply redefine
 turn-on-lazy-lock as a no-op, so that it won't do any harm.

It might be more useful to print a message. Something like
lazy-lock is obsolete since Emacs 21. jit-lock is the recommended
replacement. See `font-lock-support-mode' for more info, including how
to enable lazy-lock if you really want to continue using it.

We should probably also change the doc string for
font-lock-support-mode. Currently it lists fast-lock-mode,
lazy-lock-mode and jit-lock-mode in that order, with no mention of any
being obsolete.


___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


delphi-other-face mismatch

2005-08-27 Thread martin rudalics

`delphi.el' has nil mismatch in:

(defcustom delphi-other-face nil
  *Face used to color everything else.
  :type 'face
  :group 'delphi)



___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Can't display x-face on Gnus

2005-08-27 Thread Kohkichi Hosoda
 On Wed, 24 Aug 2005 22:16:03 +0200, Romain Francoise [EMAIL PROTECTED] 
 said:

 Kohkichi Hosoda [EMAIL PROTECTED] writes:
 I have not been able to display x-face on Gnus since I updated my
 Emacs from cvs on August 3rd, 2005.

 Mr. Yamaoka told me that it was because (mage-type-available-p
 'pbm) returns nil on the current Emacs from cvs.

 Doubtful, this bug was introduced on August 11th and fixed on August
 14th, your version from August 3rd couldn't possibly be impacted.

Actually, I also updated my Emacs on August 13th.  This might cause
the problem.

 In any case, could you please try with current CVS sources and
 report if your problem is still present?

I just updated current CVS sources of Emacs and it works well.  Now I
can see your x-face, a polar bear. :-)

Thanks a lot.  

--
Kohkichi Hosoda
E-mail address: [EMAIL PROTECTED]
http://www.venus.dti.ne.jp/~khosoda/Enlightenment.html


___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: emacs --help is slightly inaccurate

2005-08-27 Thread Eli Zaretskii
 Date: Sat, 27 Aug 2005 09:19:15 +0200
 From: Sven Joachim [EMAIL PROTECTED]
 
 Starting emacs --help gives a slightly inaccurate information.

Thanks, I fixed that as you suggested.


___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug


Re: Recent change to xdisp.c breaks minibuffer input

2005-08-27 Thread Richard M. Stallman
I reverted that part of the change, and it still seems to DTRT in
relation to y-or-n-p.

Thanks for fixing this.  (I was going to debug this when I had time.)


___
Emacs-pretest-bug mailing list
Emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug