Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion refactor emacs lisp code, macros, byte-compiling, fun fun fun

Received: by 10.68.27.231 with SMTP id w7mr6638860pbg.7.1316782442168;
        Fri, 23 Sep 2011 05:54:02 -0700 (PDT)
Path: lh7ni3237pbb.0!nntp.google.com!news1.google.com!news2.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe07.iad.POSTED!00000000!not-for-mail
From: Stefan Monnier <monn...@iro.umontreal.ca>
Newsgroups: gnu.emacs.help
Subject: Re: refactor emacs lisp code, macros, byte-compiling, fun fun fun
Message-ID: <jwvlitfe7y0.fsf-monnier+gnu.emacs.help@gnu.org>
References: <mailman.4008.1316581622.939.help-gnu-emacs@gnu.org>
	<jwvfwjqf3as.fsf-monnier+gnu.emacs.help@gnu.org>
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)
Cancel-Lock: sha1:aVB1JHBzy8r7+P1d7kDtgDZHSR4=
MIME-Version: 1.0
Lines: 10
X-Complaints-To: abuse@UsenetServer.com
NNTP-Posting-Date: Fri, 23 Sep 2011 12:53:58 UTC
Date: Fri, 23 Sep 2011 08:53:58 -0400
Content-Type: text/plain

>> (defadvice find-function-search-for-symbol (after oxy-adv1 last (symbol type
>> library) activate)
[...]
>> (defadvice find-variable-noselect (after oxy-adv2 last (variable &optional
>> file) activate)

BTW, any reason why you don't use find-file-hook instead?


        Stefan