[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite
From: |
David Kastrup |
Subject: |
Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite |
Date: |
Fri, 19 Dec 2014 23:30:17 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
Dror Atariah <address@hidden> writes:
> I think I narrowed the problem to the following statement: (defalias 'push
> 'org-mobile-push) which is almost the last one in my setup. If I comment it
> out I can use AUCTeX 11.88 without any problems...
>
> Does it make any sense?
Well, replacing a core macro like "push" with something completely
different is not a good idea.
I am surprised that only AUCTeX comes crashing down around your head.
push is a Lisp macro in `subr.el'.
(push NEWELT PLACE)
Add NEWELT to the list stored in the generalized variable PLACE.
This is morally equivalent to (setf PLACE (cons NEWELT PLACE)),
except that PLACE is only evaluated once (after NEWELT).
[back]
--
David Kastrup
- [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Dror Atariah, 2014/12/18
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Dror Atariah, 2014/12/18
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Dror Atariah, 2014/12/18
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Dror Atariah, 2014/12/18
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Dror Atariah, 2014/12/18
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Tassilo Horn, 2014/12/19
- Message not available
- Message not available
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Dror Atariah, 2014/12/19
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite,
David Kastrup <=
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Dror Atariah, 2014/12/19
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Tassilo Horn, 2014/12/19
- Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Nicolas Richard, 2014/12/22
Re: [AUCTeX] [BUG] Unable to use AUCTeX on OS X Yosemite, Tassilo Horn, 2014/12/19