logo       

Re: Two easymacs issues (probably only under windows): msg#00011

emacs.easymacs.user

Subject: Re: Two easymacs issues (probably only under windows)


Try substituting these lines, with double-quotes instead of single.
You'll probably need to restart Emacs after making the change.

(add-to-list 'TeX-command-list
(list "PDFLaTeX" "pdflatex \"\\nonstopmode\\input{%t}\""
'TeX-run-LaTeX nil t) t)


Right!


Try this hack:

(defun easymacs-makeinfo-buffer ()
(interactive)
(let ((buffer-file-name
(when (buffer-file-name)
(concat "\"" (buffer-file-name) "\""))))
(makeinfo-buffer)))

(define-key Texinfo-mode-map (kbd "<f12>") 'easymacs-makeinfo-buffer)


RIGHT!!

Let me know if that fixes the problem.

You're a dragon!!!
(This is directly translated from Italian... I hope you get the meaning, don't know how you say it in English... :-)

Bye,
Luca


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise