all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [elpa] externals/auctex 601be82: Fix load error.
       [not found] ` <E1YD6nq-0004HQ-78@vcs.savannah.gnu.org>
@ 2015-01-19 14:30   ` Stefan Monnier
  2015-01-20 13:51     ` Tassilo Horn
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2015-01-19 14:30 UTC (permalink / raw)
  To: emacs-devel; +Cc: Tassilo Horn

>  (eval-when-compile
> -  (byte-recompile-directory "style/" 0))
> +  (byte-recompile-directory
> +   (expand-file-name "style/"
> +		     (file-name-directory load-file-name)) 0))
 
BTW, I wonder if this is really needed.  Obviously I thought it was,
since I added this byte-recompile-directory, but package.el does call
byte-recompile-directory and AFAIK that works recursively, so it should
already DTRT.


        Stefan



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

* Re: [elpa] externals/auctex 601be82: Fix load error.
  2015-01-19 14:30   ` [elpa] externals/auctex 601be82: Fix load error Stefan Monnier
@ 2015-01-20 13:51     ` Tassilo Horn
  0 siblings, 0 replies; 2+ messages in thread
From: Tassilo Horn @ 2015-01-20 13:51 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>  (eval-when-compile
>> -  (byte-recompile-directory "style/" 0))
>> +  (byte-recompile-directory
>> +   (expand-file-name "style/"
>> +		     (file-name-directory load-file-name)) 0))
>  
> BTW, I wonder if this is really needed.  Obviously I thought it was,
> since I added this byte-recompile-directory, but package.el does call
> byte-recompile-directory and AFAIK that works recursively, so it
> should already DTRT.

Yes, you are right.  I've removed the call and released 11.88.1.

Bye,
Tassilo



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

end of thread, other threads:[~2015-01-20 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20150119073111.16409.48011@vcs.savannah.gnu.org>
     [not found] ` <E1YD6nq-0004HQ-78@vcs.savannah.gnu.org>
2015-01-19 14:30   ` [elpa] externals/auctex 601be82: Fix load error Stefan Monnier
2015-01-20 13:51     ` Tassilo Horn

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.