unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13148: 24.2.90; Flymake manual error
@ 2012-12-11 20:13 Jan Djärv
  2012-12-11 20:38 ` Glenn Morris
  2012-12-12 20:22 ` Stefan Monnier
  0 siblings, 2 replies; 5+ messages in thread
From: Jan Djärv @ 2012-12-11 20:13 UTC (permalink / raw)
  To: 13148

This bug report will be sent to the Bug-GNU-Emacs mailing list
and the GNU bug tracker at debbugs.gnu.org.  Please check that
the From: line contains a valid email address.  After a delay of up
to one day, you should receive an acknowledgment at that address.

Please write in English if possible, as the Emacs maintainers
usually do not have translators for other languages.

Please describe exactly what actions triggered the bug, and
the precise symptoms of the bug.  If you can, give a recipe
starting from `emacs -Q':

Hello.

The flymake manual says:

`flymake-buildfile-dirs'
     A list of directories (relative paths) for searching a buildfile.
     *Note Locating the buildfile::.

This variable does not exist.  Which BTW, makes flymake useless for the
case when you compile to a separate object directory.

     Jan D.


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
/Users/jhd/src/emacs/obj-24-osx/nextstep/Emacs.app/Contents/Resources/etc/DEBUG.


In GNU Emacs 24.2.90.2 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34)
of 2012-12-11 on zeplin
Bzr revision: 111024 acm@muc.de-20121211190657-w1wf75gsa3094a1a
Windowing system distributor `Apple', version 10.3.1187
Configured using:
`configure '--verbose' '--enable-asserts' '--with-ns' '--without-x'
'CFLAGS=-g''

Important settings:
  value of $LC_COLLATE: C
  value of $LANG: sv_SE.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  desktop-save-mode: t
  delete-selection-mode: t
  icomplete-mode: t
  display-time-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<escape> x r e p o r t - e m <tab> <return>

Recent messages:
Loading /Users/jhd/lib/elisp/BAK-file.el (source)...done
Loading cc-langs...done
Loading /Users/jhd/lib/elisp/ccsetup.el (source)...done
Loading icomplete...done
Loading desktop...done
Wrote /Users/jhd/.emacs.desktop.lock
Desktop: 0 buffers restored.
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message cl-macs gv format-spec
rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils desktop cus-start cus-load msb delsel
advice help-fns advice-preload icomplete cc-langs cl cl-lib cc-mode
cc-fonts easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine
cc-vars cc-defs time time-date tooltip ediff-hook vc-hooks
lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax
facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak
czech european ethiopic indian cyrillic chinese case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer loaddefs button faces
cus-face macroexp files text-properties overlay sha1 md5 base64 format
env code-pages mule custom widget hashtable-print-readable backquote
make-network-process ns multi-tty emacs)





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

* bug#13148: 24.2.90; Flymake manual error
  2012-12-11 20:13 bug#13148: 24.2.90; Flymake manual error Jan Djärv
@ 2012-12-11 20:38 ` Glenn Morris
  2012-12-12  6:41   ` Jan Djärv
  2012-12-12 20:22 ` Stefan Monnier
  1 sibling, 1 reply; 5+ messages in thread
From: Glenn Morris @ 2012-12-11 20:38 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 13148

Jan Djärv wrote:

> The flymake manual says:
>
> `flymake-buildfile-dirs'
>      A list of directories (relative paths) for searching a buildfile.
>      *Note Locating the buildfile::.
>
> This variable does not exist.

It used to. Maybe the default value was too hilarious for this world:

http://lists.gnu.org/archive/html/emacs-diffs/2007-07/msg00571.html





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

* bug#13148: 24.2.90; Flymake manual error
  2012-12-11 20:38 ` Glenn Morris
@ 2012-12-12  6:41   ` Jan Djärv
  2012-12-12 18:39     ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Jan Djärv @ 2012-12-12  6:41 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13148

Hello.

The code that replaced the variable searches upwards, so I guess that is why the variable was removed.  But for separate object directory, neither the old default or the current code is any good.

	Jan D.

11 dec 2012 kl. 21:38 skrev Glenn Morris <rgm@gnu.org>:

> Jan Djärv wrote:
> 
>> The flymake manual says:
>> 
>> `flymake-buildfile-dirs'
>>     A list of directories (relative paths) for searching a buildfile.
>>     *Note Locating the buildfile::.
>> 
>> This variable does not exist.
> 
> It used to. Maybe the default value was too hilarious for this world:
> 
> http://lists.gnu.org/archive/html/emacs-diffs/2007-07/msg00571.html






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

* bug#13148: 24.2.90; Flymake manual error
  2012-12-12  6:41   ` Jan Djärv
@ 2012-12-12 18:39     ` Glenn Morris
  0 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2012-12-12 18:39 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 13148


I removed the mentions of flymake-buildfile-dirs from the manual in
emacs-24. However, I guess what you really want is a new feature that
does something similar, so I'll leave this open as a wishlist.





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

* bug#13148: 24.2.90; Flymake manual error
  2012-12-11 20:13 bug#13148: 24.2.90; Flymake manual error Jan Djärv
  2012-12-11 20:38 ` Glenn Morris
@ 2012-12-12 20:22 ` Stefan Monnier
  1 sibling, 0 replies; 5+ messages in thread
From: Stefan Monnier @ 2012-12-12 20:22 UTC (permalink / raw)
  To: Jan Djärv; +Cc: 13148

> This variable does not exist.  Which BTW, makes flymake useless for the
> case when you compile to a separate object directory.

You might sometimes get away with providing a buildfile-name like
"../foo/bar/Makefile".


        Stefan





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

end of thread, other threads:[~2012-12-12 20:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-11 20:13 bug#13148: 24.2.90; Flymake manual error Jan Djärv
2012-12-11 20:38 ` Glenn Morris
2012-12-12  6:41   ` Jan Djärv
2012-12-12 18:39     ` Glenn Morris
2012-12-12 20:22 ` Stefan Monnier

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