all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#5316: make[1]: Leaving directory vs. RET
@ 2010-01-04 19:43 jidanni
  2019-08-22  0:19 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: jidanni @ 2010-01-04 19:43 UTC (permalink / raw)
  To: bug-gnu-emacs

Regarding these two lines,
make[1]: Entering directory `/home/jidanni/pda/webtree/addresses'
make[1]: Leaving directory `/home/jidanni/pda/webtree/addresses'
If the user places the cursor upon the directory in the latter and hits
RET, emacs should visit there, just like when he does it on the former.
Instead, it goes to default-directory.

emacs-version "23.1.90.1"

-*- mode: compilation; default-directory: "/home/jidanni/pda/palm/" -*-
Compilation started at Tue Jan  5 03:34:48

make pluckBBDB
cd ../webtree/addresses && make /tmp/BBDB
make[1]: Entering directory `/home/jidanni/pda/webtree/addresses'
emacs -batch -eval \
	'(progn(bbdb "." t)(other-window 1)(bbdb-display-all-records-completely nil)(set-buffer-file-coding-system (quote utf-8-unix) nil)(write-file "abb.txt"))'
Loading 00debian-vars...
Loading /etc/emacs/site-start.d/50autoconf.el (source)...
Loading /etc/emacs/site-start.d/50bbdb.el (source)...
Loading /etc/emacs/site-start.d/50css-mode.el (source)...
Loading /etc/emacs/site-start.d/50dictem.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Skipping dictionaries-common setup for emacs-snapshot
Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)...
Loading /etc/emacs/site-start.d/50html-helper-mode.el (source)...
Loading /etc/emacs/site-start.d/50php-elisp.el (source)...
Loading /etc/emacs/site-start.d/50psvn.el (source)...
Loading /etc/emacs/site-start.d/50riece.el (source)...
Loading /etc/emacs/site-start.d/50w3m-el-snapshot.el (source)...
Loading /etc/emacs/site-start.d/51debian-el.el (source)...
Loading /etc/emacs/site-start.d/70x-face-el.el (source)...
Parsing BBDB...
Parsing BBDB... (reading...)
Parsing BBDB... (frobnicating...)
Parsing BBDB... (frobnicating...done)
Window height 3 too small (after splitting)
make[1]: *** [abb.txt] Error 255
make[1]: Leaving directory `/home/jidanni/pda/webtree/addresses'
make: *** [pluckBBDB] Error 2

Compilation exited abnormally with code 2 at Tue Jan  5 03:34:53







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

* bug#5316: make[1]: Leaving directory vs. RET
  2010-01-04 19:43 bug#5316: make[1]: Leaving directory vs. RET jidanni
@ 2019-08-22  0:19 ` Lars Ingebrigtsen
  2019-08-22 21:24   ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-08-22  0:19 UTC (permalink / raw)
  To: jidanni; +Cc: 5316

jidanni@jidanni.org writes:

> Regarding these two lines,
> make[1]: Entering directory `/home/jidanni/pda/webtree/addresses'
> make[1]: Leaving directory `/home/jidanni/pda/webtree/addresses'
> If the user places the cursor upon the directory in the latter and hits
> RET, emacs should visit there, just like when he does it on the former.
> Instead, it goes to default-directory.

I tried reproducing this in Emacs 27 when compiling:

make[2]: Entering directory '/home/larsi/src/emacs/trunk/doc/lispref'
make[2]: Nothing to be done for 'info'.
make[2]: Leaving directory '/home/larsi/src/emacs/trunk/doc/lispref'
make -C doc/lispintro info
make[2]: Entering directory '/home/larsi/src/emacs/trunk/doc/lispintro'
make[2]: Nothing to be done for 'info'.
make[2]: Leaving directory '/home/larsi/src/emacs/trunk/doc/lispintro'

And putting point in the string portion of Entering/Leaving takes me to
the directory in question, so that's been fixed, apparently?  Are you
still able to see this bug in modern Emacs versions?

But if I put point on "make[1]:", then I get this backtrace:

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  file-name-absolute-p(nil)
  compilation-find-file(#<marker at 7825 in *compilation*> nil nil)
  apply(compilation-find-file #<marker at 7825 in *compilation*> nil nil nil)
  compilation-next-error-function(0 nil)
  next-error-internal()
  compile-goto-error(return)
  funcall-interactively(compile-goto-error return)
  call-interactively(compile-goto-error nil nil)
  command-execute(compile-goto-error)


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#5316: make[1]: Leaving directory vs. RET
  2019-08-22  0:19 ` Lars Ingebrigtsen
@ 2019-08-22 21:24   ` 積丹尼 Dan Jacobson
  2019-10-13 20:22     ` Lars Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-08-22 21:24 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: 5316

>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:
LI> And putting point in the string portion of Entering/Leaving takes me to
LI> the directory in question, so that's been fixed, apparently?  Are you
LI> still able to see this bug in modern Emacs versions?
I just use Debian's emacs-version "26.1", so I'll trust you.

LI> But if I put point on "make[1]:", then I get this backtrace:

OK please fix that then.





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

* bug#5316: make[1]: Leaving directory vs. RET
  2019-08-22 21:24   ` 積丹尼 Dan Jacobson
@ 2019-10-13 20:22     ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2019-10-13 20:22 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 5316

積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:

>>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:
> LI> And putting point in the string portion of Entering/Leaving takes me to
> LI> the directory in question, so that's been fixed, apparently?  Are you
> LI> still able to see this bug in modern Emacs versions?
> I just use Debian's emacs-version "26.1", so I'll trust you.
>
> LI> But if I put point on "make[1]:", then I get this backtrace:
>
> OK please fix that then.

OK; done.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2019-10-13 20:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-04 19:43 bug#5316: make[1]: Leaving directory vs. RET jidanni
2019-08-22  0:19 ` Lars Ingebrigtsen
2019-08-22 21:24   ` 積丹尼 Dan Jacobson
2019-10-13 20:22     ` Lars Ingebrigtsen

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.