From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: coskun Newsgroups: gmane.emacs.help Subject: Re: problem with toolbar commands Date: Fri, 15 Feb 2008 04:45:59 -0800 (PST) Organization: http://groups.google.com Message-ID: <405e3dc3-34e4-453b-b24e-fae98ae0a9f2@d21g2000prf.googlegroups.com> References: <47b3e566$0$23005$9b4e6d93@newsspool1.arcor-online.net> <63bdb18b-7010-48cb-9ed4-6cec36f46e6f@e30g2000hsa.googlegroups.com> <47b4ac6f$0$4288$9b4e6d93@newsspool3.arcor-online.net> <2398a84d-5228-4152-a9d8-30cb9c57cef4@s8g2000prg.googlegroups.com> <47b537cd$0$2299$9b4e6d93@newsspool4.arcor-online.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1203082887 17127 80.91.229.12 (15 Feb 2008 13:41:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Feb 2008 13:41:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 15 14:41:51 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JQ0oX-0002Ju-Dg for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 14:41:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQ0o3-0001Bw-8b for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Feb 2008 08:40:47 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d21g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 84 Original-NNTP-Posting-Host: 71.154.14.46 Original-X-Trace: posting.google.com 1203079559 11165 127.0.0.1 (15 Feb 2008 12:45:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 15 Feb 2008 12:45:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d21g2000prf.googlegroups.com; posting-host=71.154.14.46; posting-account=ce8wugoAAABMMzbn5zbVqvwGXZKpF-yw User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506; Tablet PC 2.0; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:156183 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:51559 Archived-At: On Feb 15, 12:57=A0am, Ralf Angeli wrote: > * coskun (2008-02-14) writes: > > No, `C-c C-c LaTeX ' does not work. I meant to say that commands > > and macros are highlighted when I open a .tex file in Emacs. > > Does `M-x shell ' work? =A0That means, do you get a prompt and can > execute commands, most notably the call to latex? > > -- > Ralf `M-x shell ' does not work. When I try that, a shell buffer is created, but I don't get a prompt. I don't know if that would be helpful, but here is the Messeges buffer when I run Emacs: ("C:\\Program Files\\Emacs\\bin\\emacs.exe") Loading encoded-kb...done Loading c:/Program Files/Emacs/site-lisp/tex-site.el (source)...done Loading time...done Loading comint...done Loading c:/Program Files/Emacs/site-lisp/auctex/tex-site.el (source)...done For information about the GNU Project and its goals, type C-h C-p. When I open a tex file this is what happens: Loading latexenc...done Loading tex... Loading advice...done Loading tex...done Loading latex... Loading regexp-opt...done Loading edmacro...done Loading easy-mmode...done Loading latex...done Loading font-latex... Loading bytecomp...done Loading font-latex...done Applying style hooks... Loading c:/Program Files/Emacs/site-lisp/auctex/style/ amsmath.elc...done Loading c:/Program Files/Emacs/site-lisp/auctex/style/ amstext.elc...done Loading c:/Program Files/Emacs/site-lisp/auctex/style/ amsbsy.elc...done Loading c:/Program Files/Emacs/site-lisp/auctex/style/ amsopn.elc...done Loading c:/Program Files/Emacs/site-lisp/auctex/style/ article.elc...done Applying style hooks... done Sorting environment... Removing duplicates... done Loading tex-bar...done Loading preview... Loading byte-opt...done Loading preview...done Applying style hooks... done When I execute latex using the toolbar, I get (Running `LaTeX' on `test_preview' with ``latex \nonstopmode\input{test_preview.tex}'') without any outputs. When I 'Kill Job', the Messages buffer looks like: Type `C-c C-l' to display results of compilation. LaTeX: problems after [0] pages. When I do `M-x shell ', I get Complete, In/Out, Signal menus loaded. I don't however get the prompt. The Messages buffer will have this additional line now: Loading shell...done Thank you for your help. Best, Coskun