Re: No syntax coloring in emacs-29.0.50

2022-08-01 Thread Colin Baxter
> Uwe Brauer  writes:

> --=-=-= Content-Type: text/plain Content-Transfer-Encoding:
> quoted-printable

 "CB" =3D=3D Colin Baxter  writes:

>> The solution is to delete all the .elc files in the auctex
>> repository.

> I am confused,=20

> 1. Did you install auctex from the git repository or via the
> package s= ystem?

I use the auctex git repository -- I never ever use "packages". The "make"
command in the git directory byte-compiles the files. I add the git
directory to the load path and call auctex with the lines 

(setq load-path (cons "/path/to/git/auctex" load-path))
(load "/path/to/git/auctex/auctex.el" nil t t)

The setup has served me well over the years.

The problem may (or may not!) be related to recent issues with org-mode
and the latest emacs. There again, the solution is to delete the .elc
files. There is more about the latter on emacs-dev.

Best wishes,

Colin Baxter.



Re: No syntax coloring in emacs-29.0.50

2022-08-01 Thread Uwe Brauer
>>> "CB" == Colin Baxter  writes:

> The solution is to delete all the .elc files in the auctex repository.

I am confused, 

1. Did  you install auctex from the git repository or via the package 
system?

2. Did you install emacs master (29) but did not compile the already auctex 
files?

In any case this is odd, since it somehow invalid the idea of the package 
system.

Uwe 


> Best wishes,

> Colin Baxter.

-- 
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military. 
I support the ban of Russia from SWIFT.
I support the EU membership of the Ukraine. 


smime.p7s
Description: S/MIME cryptographic signature


Re: No syntax coloring in emacs-29.0.50

2022-08-01 Thread Colin Baxter


The solution is to delete all the .elc files in the auctex repository.

Best wishes,

Colin Baxter.