all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#12508: use absolute paths, not ../.. in *Compile-Log*
@ 2012-09-24 19:02 jidanni
  2012-09-25  5:43 ` Chong Yidong
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: jidanni @ 2012-09-24 19:02 UTC (permalink / raw
  To: 12508

Please use absolute paths, not ../.. relative paths in *Compile-Log* buffer,

../../usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com.el:Warning: Use
    `with-current-buffer' rather than save-excursion+set-buffer
../../usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com.el:Warning: (lambda (x)
    ...) quoted with ' rather than with #'





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

* bug#12508: use absolute paths, not ../.. in *Compile-Log*
  2012-09-24 19:02 bug#12508: use absolute paths, not ../.. in *Compile-Log* jidanni
@ 2012-09-25  5:43 ` Chong Yidong
  2012-09-26  1:37 ` jidanni
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Chong Yidong @ 2012-09-25  5:43 UTC (permalink / raw
  To: jidanni; +Cc: 12508

jidanni@jidanni.org writes:

> Please use absolute paths, not ../.. relative paths in *Compile-Log* buffer,
>
> ../../usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com.el:Warning: Use
>     `with-current-buffer' rather than save-excursion+set-buffer
> ../../usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com.el:Warning: (lambda (x)
>     ...) quoted with ' rather than with #'

I can't reproduce this, since there are insufficient details given.
M-x byte-compile-file RET does not use ../.. relative file names.





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

* bug#12508: use absolute paths, not ../.. in *Compile-Log*
  2012-09-24 19:02 bug#12508: use absolute paths, not ../.. in *Compile-Log* jidanni
  2012-09-25  5:43 ` Chong Yidong
@ 2012-09-26  1:37 ` jidanni
  2012-09-26  2:59   ` Chong Yidong
  2012-09-26  3:12 ` jidanni
  2012-09-26  9:20 ` jidanni
  3 siblings, 1 reply; 7+ messages in thread
From: jidanni @ 2012-09-26  1:37 UTC (permalink / raw
  To: cyd; +Cc: 12508

All I know is Glen made a change to now show file paths.
But they are now coming up relative.

All I know is I get this weird pop-up *Compile-Log* buffer with those
warnings here on Debian with emacs-snapshot and the Debian (old) bbdb.

CY> I can't reproduce this, since there are insufficient details given.
CY> M-x byte-compile-file RET does not use ../.. relative file names.

I didn't use byte-compile-file, all I did was
$ emacs -f gnus





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

* bug#12508: use absolute paths, not ../.. in *Compile-Log*
  2012-09-26  1:37 ` jidanni
@ 2012-09-26  2:59   ` Chong Yidong
  0 siblings, 0 replies; 7+ messages in thread
From: Chong Yidong @ 2012-09-26  2:59 UTC (permalink / raw
  To: jidanni; +Cc: 12508

jidanni@jidanni.org writes:

> All I know is Glen made a change to now show file paths.
> But they are now coming up relative.

I don't see why that's a problem.

> CY> I can't reproduce this, since there are insufficient details given.
> CY> M-x byte-compile-file RET does not use ../.. relative file names.
>
> I didn't use byte-compile-file, all I did was
> $ emacs -f gnus

Nope, can't reproduce that here.  Maybe the *Compile-Log* buffer is
caused by Gnus byte compiling uncompiled library files (most likely due
to a faulty installation).  But in any case there's no problem with
having relative file names.





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

* bug#12508: use absolute paths, not ../.. in *Compile-Log*
  2012-09-24 19:02 bug#12508: use absolute paths, not ../.. in *Compile-Log* jidanni
  2012-09-25  5:43 ` Chong Yidong
  2012-09-26  1:37 ` jidanni
@ 2012-09-26  3:12 ` jidanni
  2012-09-26  9:20 ` jidanni
  3 siblings, 0 replies; 7+ messages in thread
From: jidanni @ 2012-09-26  3:12 UTC (permalink / raw
  To: cyd, rgm; +Cc: 12508

>>>>> "CY" == Chong Yidong <cyd@gnu.org> writes:
CY> But in any case there's no problem with
CY> having relative file names.

Glenn, can you please make it use absolute paths ! Please.





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

* bug#12508: use absolute paths, not ../.. in *Compile-Log*
  2012-09-24 19:02 bug#12508: use absolute paths, not ../.. in *Compile-Log* jidanni
                   ` (2 preceding siblings ...)
  2012-09-26  3:12 ` jidanni
@ 2012-09-26  9:20 ` jidanni
  2012-10-01  4:46   ` Stefan Monnier
  3 siblings, 1 reply; 7+ messages in thread
From: jidanni @ 2012-09-26  9:20 UTC (permalink / raw
  To: cyd, rgm; +Cc: 12508

Also the obligatory "../.." don't add any value

../../usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com.el:Warning: Use...

as that is just the root of the file system anyway.

$ dlocate bbdb-com.el
bbdb: /usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com.el





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

* bug#12508: use absolute paths, not ../.. in *Compile-Log*
  2012-09-26  9:20 ` jidanni
@ 2012-10-01  4:46   ` Stefan Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Stefan Monnier @ 2012-10-01  4:46 UTC (permalink / raw
  To: jidanni; +Cc: 12508-done

> Also the obligatory "../.." don't add any value
> ../../usr/share/emacs/site-lisp/bbdb/lisp/bbdb-com.el:Warning: Use...

I'm not sure how we can get this kind of result, but I think I've
installed a patch which should avoid those cases.


        Stefan





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

end of thread, other threads:[~2012-10-01  4:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-24 19:02 bug#12508: use absolute paths, not ../.. in *Compile-Log* jidanni
2012-09-25  5:43 ` Chong Yidong
2012-09-26  1:37 ` jidanni
2012-09-26  2:59   ` Chong Yidong
2012-09-26  3:12 ` jidanni
2012-09-26  9:20 ` jidanni
2012-10-01  4:46   ` Stefan Monnier

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.