On Mon, Aug 24, 2015 at 5:56 AM, Tassilo Horn <t...@gnu.org> wrote:

> Uwe Brauer <o...@mat.ucm.es> writes:
>
>
>
> Just for the record: I've just added `prettify-symbols-mode' support for
> (La)TeX to Emacs' built-in tex-mode.el.  If you run a very, very recent
> emacs, you could activate that in AUCTeX using
>
>   (setq-local prettify-symbols-alist tex--prettify-symbols-alist)
>   (add-function :override (local 'prettify-symbols-compose-predicate)
>                 #'tex--prettify-symbols-compose-p)
>
>
>

hi

I downloaded and compiled emacs-git and auctex-git. however when I use your
setting I receive an error which I attach.

On the other side, just turning
prettify-symbols-mode on, does precisely what you said. So I am a bit
confused.



>
>
> _______________________________________________
> auctex-devel mailing list
> auctex-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/auctex-devel
>
Debugger entered--Lisp error: (void-variable tex--prettify-symbols-alist)
  (set (make-local-variable (quote prettify-symbols-alist)) 
tex--prettify-symbols-alist)
  eval((set (make-local-variable (quote prettify-symbols-alist)) 
tex--prettify-symbols-alist) nil)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  funcall-interactively(eval-last-sexp nil)
  call-interactively(eval-last-sexp nil nil)
  command-execute(eval-last-sexp)
_______________________________________________
auctex-devel mailing list
auctex-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to