GNU bug report logs -
#13148
flymake with separate object directory
Previous Next
To reply to this bug, email your comments to 13148 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13148
; Package
emacs
.
(Tue, 11 Dec 2012 20:15:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jan Djärv <jan.h.d <at> swipnet.se>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Tue, 11 Dec 2012 20:15:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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 <at> 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)
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13148
; Package
emacs
.
(Tue, 11 Dec 2012 20:40:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 13148 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13148
; Package
emacs
.
(Wed, 12 Dec 2012 06:43:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 13148 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13148
; Package
emacs
.
(Wed, 12 Dec 2012 18:41:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 13148 <at> debbugs.gnu.org (full text, mbox):
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.
Changed bug title to 'flymake with separate object directory' from '24.2.90; Flymake manual error'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 12 Dec 2012 18:41:02 GMT)
Full text and
rfc822 format available.
Severity set to 'wishlist' from 'normal'
Request was from
Glenn Morris <rgm <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 12 Dec 2012 18:41:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#13148
; Package
emacs
.
(Wed, 12 Dec 2012 20:24:02 GMT)
Full text and
rfc822 format available.
Message #21 received at 13148 <at> debbugs.gnu.org (full text, mbox):
> 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
This bug report was last modified 12 years and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.