unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Changes to emacs/doc/emacs/building.texi,v
@ 2008-11-16 23:57 Juri Linkov
  2008-11-17  1:53 ` Chong Yidong
  2008-11-17  4:25 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Juri Linkov @ 2008-11-16 23:57 UTC (permalink / raw)
  To: emacs-devel

In the 2008-10-31 commit of building.texi I noticed the following change:

   @findex compile-goto-error
  +@vindex compilation-auto-jump-to-first-error
     You can visit the source for any particular error message by moving
   point in the @samp{*compilation*} buffer to that error message and
   typing @key{RET} (@code{compile-goto-error}).  Alternatively, you can
   click @kbd{Mouse-2} on the error message; you need not switch to the
  - <at> samp{*compilation*} buffer first.
  +@samp{*compilation*} buffer first.  If you set the variable
  +@code{compilation-auto-jump-to-first-error} to a non-@code{nil} value,
  +Emacs automatically jumps to the first error (if any exists) once
  +compilation finishes.

Actually it jumps to the first error immediately after it occurs.

Perhaps this is caused by the inaccuracy in the doc string of
`compilation-auto-jump-to-first-error' that says:

  If non-nil, automatically jump to the first error after `compile'.

A better variant would be:

  If non-nil, automatically jump to the first error during `compile'.

BTW, maybe a new option `first-error' of `compilation-scroll-output'
should be documented in the manual too?

-- 
Juri Linkov
http://www.jurta.org/emacs/




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-11-17 22:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-16 23:57 Changes to emacs/doc/emacs/building.texi,v Juri Linkov
2008-11-17  1:53 ` Chong Yidong
2008-11-17  4:25 ` Stefan Monnier
2008-11-17 22:35   ` Juri Linkov
2008-11-17 22:49     ` martin rudalics

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