[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/auctex 7e762b9 09/10: Add support for prettify-symb
From: |
Stefan Monnier |
Subject: |
Re: [elpa] externals/auctex 7e762b9 09/10: Add support for prettify-symbols-mode |
Date: |
Mon, 31 Aug 2015 13:54:35 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
>> I recently solved the same problem in elpa/packages/dts-mode with
>> dts--using-macro.
> Is that what I should use?
I think for this use-case, it looks OK, yes.
> I guess you also know how to fix the FIXME about the
> indentation, right?
Maybe (declare (indent if)) works?
> + `(eval (progn ',else)))))) ;Otherwise, run the else code.
I think you can just use ‘else’ here without going through ‘eval’.
Stefan