Several question on Auctex

View: New views
2 Messages — Rating Filter:   Alert me  

Several question on Auctex

by Muhammad Najmi Ahmad Zabidi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I am new to Auctex, currently have several questions.

I got two machines running LaTeX, one with Ubuntu and another one Windows XP with Cygwin.

Ubuntu:
-I want to have split screen in my emacs, this is my ~/.emacs

(load "preview-latex.el" nil t t)
(load "auctex.el" nil t t)
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq-default TeX-master nil)

But instead of having split screen, it only shows the preview in the current page whenever I invoke to command in emacs-gtk.

Win XP:
Here I tried to compile my auctex after I got my XEmacs and emacs installed. Does xemacs-sumo is compulsory for xemacs?
I got this error out :


Compiling /home/Najmi/auctex-11.85/tex-
jp.el...
While compiling toplevel forms in file /home/Najmi/auctex-11.85/tex-jp.el:
  !! Symbol's function definition is void ((regexp-opt))
>>Error occurred processing tex-jp.el:
Symbol's function definition is void: regexp-opt


Done
make: *** [lisp] Error 1


So my working options is installing Emacsw32 outside Cygwin, and compiling Auctex within Cygwin with ./configure options.

_______________________________________________
auctex mailing list
auctex@...
http://lists.gnu.org/mailman/listinfo/auctex

Re: Several question on Auctex

by David Kastrup :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Muhammad Najmi Ahmad Zabidi <najmi.zabidi@...> writes:

> Hello,
>
> I am new to Auctex, currently have several questions.
>
> I got two machines running LaTeX, one with Ubuntu and another one Windows XP
> with Cygwin.
>
> Ubuntu:
> -I want to have split screen in my emacs, this is my ~/.emacs
>
> (load "preview-latex.el" nil t t)
> (load "auctex.el" nil t t)
> (setq TeX-auto-save t)
> (setq TeX-parse-self t)
> (setq-default TeX-master nil)
>
> But instead of having split screen, it only shows the preview in the
> current page whenever I invoke to command in emacs-gtk.

What is "the preview"?  An external document previewer, or
preview-latex?  The former opens in a window of its own, the latter
works in-buffer.

> Win XP:
> Here I tried to compile my auctex after I got my XEmacs and emacs
> installed.

Both?  Hm.

> Does xemacs-sumo is compulsory for xemacs?

No, but I don't know whether we have a list of just _what_ you need
installed instead.

> I got this error out :
>
>
> Compiling /home/Najmi/auctex-11.85/tex-
> jp.el...
> While compiling toplevel forms in file /home/Najmi/auctex-11.85/tex-jp.el:
>   !! Symbol's function definition is void ((regexp-opt))
>>>Error occurred processing tex-jp.el:
> Symbol's function definition is void: regexp-opt

I would think that regexp-opt is part of xemacs-base (without installing
that, you are pretty much floored anyway).  Given a suitably current
version (i.e., not older than 5 years or so).

--
David Kastrup


_______________________________________________
auctex mailing list
auctex@...
http://lists.gnu.org/mailman/listinfo/auctex