From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Merciadri Luca Newsgroups: gmane.emacs.help Subject: Re: Since AUCTeX installation, Gnus won't post on any Usenet group Date: Sun, 18 Apr 2010 11:44:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0f39e827-dd70-4e5d-bfc2-f44ff2298f1a@s9g2000yqa.googlegroups.com> References: <4bcb261d$0$7656$9b4e6d93@newsspool1.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: dough.gmane.org 1273061945 16802 80.91.229.12 (5 May 2010 12:19:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 12:19:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed May 05 14:19:02 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1O9dZ1-000347-KG for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 14:18:55 +0200 Original-Received: from localhost ([127.0.0.1]:47627 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9dZ0-0003e2-I9 for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 08:18:54 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!s9g2000yqa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 46 Original-NNTP-Posting-Host: 62.197.101.67 Original-X-Trace: posting.google.com 1271616252 15756 127.0.0.1 (18 Apr 2010 18:44:12 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 18 Apr 2010 18:44:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s9g2000yqa.googlegroups.com; posting-host=62.197.101.67; posting-account=V6LrigoAAACudvZ0KlT32AF1BSfjssFY User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.18) Gecko/2010021720 Iceweasel/3.0.6 (Debian-3.0.6-3),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177767 X-Mailman-Approved-At: Tue, 04 May 2010 16:55:01 -0400 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:73414 Archived-At: On Apr 18, 5:32=A0pm, Ralf Angeli wrote: > * Merciadri Luca (2010-04-18) writes: > > > > > The only thing I have changed in my whole Emacs & Gnus config. is that > > I installed, some days ago, AUCTeX. Everything went right, and, even > > the installation's day, Gnus accepted to send articles on Usenet. Now, > > it won't do anything like that. Why? I changed nothing. > > > Here is what I appended to my .emacs after having installed AUCTeX > > with preview-latex. (I have also tried by removing these lines from > > the .emacs, which does not change Gnus' behaviour.) > > > =3D=3D > > (setq load-path (cons "~/auctex-11.86/" load-path)) > > (setq load-path (cons "~/auctex-11.86/preview/" load-path)) > > > (load "~/auctex-11.86/auctex.el" nil t t) > > (load "~/auctex-11.86/preview/preview-latex.el" nil t t) > > =3D=3D > > It should not be necessary to add the `preview' subdirectory to > `load-path' if you installed AUCTeX correctly. =A0Since preview-latex.el > is still in the `preview' subdirectory, I presume you did not run `make > install' as described in the installation instructions of AUCTeX. I did what was necessary: ./configure, make, make install. I just added these directories because I thought they were necessary. >=A0If > you ignore something like that, you have to be prepared that things go > wrong. / > > I'd try to disable the lines in your init file you've shown above, then > restart Emacs and check if the problem is gone. I tried. Even after having commented out the lines, still nothing works for posting a message with Gnus. > If not, start Emacs > with the --debug-init command line switch in order to check if there is > something else in your init file leading to an error. Thanks for this idea. I just tried, and no error is shown. Actually, I think that AUCTeX is redefining some commands and shortcuts that are also used in Gnus. How could I modify the AUCTeX's shortcuts?