Re: [AUCTeX] How to contribute using local copy of git repo

2018-04-18 Thread Juan Jose Garcia-Ripoll
Here is a script to build auctex using Windows Linux Subsystem and preinstalled MikTeX and emacs in some custom directory (windows version) #!/bin/sh MYEMACSDIR=/mnt/c/ProgramData/emax64 PATH=$EMACSDIR/bin:$PATH if [ ! -f Makefile ]; then # ./autogen.sh # Ghostcript shipped with MikTeX

Re: [AUCTeX] How to contribute using local copy of git repo

2018-04-18 Thread Juan Jose Garcia-Ripoll
Sorry, my fault: i just checked and I was doing a reversed diff -- the git repo has no further reference to xemacs. Great! I will have a look at both problems now. It is good to find a work-related justification to do some lisp again. On Wed, Apr 18, 2018 at 4:30 PM, Juan Jose Garcia-Ripoll <

Re: [AUCTeX] How to contribute using local copy of git repo

2018-04-18 Thread Juan Jose Garcia-Ripoll
Thanks! It really looks simpler than I expected. Maybe it could be added to the READMe? Regarding xemacs, I cloned git repo and diffed it against auctex official tarball. Elpa and auctex 's tarball basically coincide, but both are missing references to xemacs that still show up on the git repo

Re: [AUCTeX] How to contribute using local copy of git repo

2018-04-18 Thread Mosè Giordano
Hi Juanjo, 2018-04-17 18:26 GMT+02:00 Juan Jose Garcia-Ripoll : > Dear all, > > please excuse my ignorance. I am a long time user of AucTeX, and I love it > enough to have written a 300 page book and 120 articles with it. Great to hear this! > However, >