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: Since AUCTeX installation, Gnus won't post on any Usenet group Date: Sun, 18 Apr 2010 08:18:59 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1273061777 16203 80.91.229.12 (5 May 2010 12:16:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 12:16:17 +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:16:16 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 1O9dWQ-0001sx-30 for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 14:16:14 +0200 Original-Received: from localhost ([127.0.0.1]:39888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9dWP-0008Lb-EG for geh-help-gnu-emacs@m.gmane.org; Wed, 05 May 2010 08:16:13 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!u34g2000yqu.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 62.197.101.67 Original-X-Trace: posting.google.com 1271603939 4945 127.0.0.1 (18 Apr 2010 15:18:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 18 Apr 2010 15:18:59 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u34g2000yqu.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:177764 X-Mailman-Approved-At: Tue, 04 May 2010 16:54:54 -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:73412 Archived-At: Hi, Some days ago, I posted http://groups.google.com/group/gnu.emacs.gnus/browse_thread/thread/c401c22ab28b582c. Actually, my Gnus was showing `Denied posting -- empty article' , something it had never shown before when posting. Posting on Usenet was then a random action, and it sometimes worked, and sometimes not. Now, my Gnus never accepts posting something on Usenet. Before these problems, my Gnus always accepted posting whatever on Usenet. Its behaviour was irreproachable. 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.) == (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) == Thanks.