From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64088 Path: news.gmane.org!not-for-mail From: reader@newsguy.com Newsgroups: gmane.emacs.gnus.general Subject: Re: How does gnus talk to sendmail Date: Wed, 06 Dec 2006 10:19:26 -0600 Organization: Still searching... Message-ID: <87d56xm1yp.fsf@newsguy.com> References: <87wt58yb9z.fsf@newsguy.com> <8764crsct0.fsf@newsguy.com> <87lklmtkop.fsf@newsguy.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1165422060 20758 80.91.229.10 (6 Dec 2006 16:21:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 6 Dec 2006 16:21:00 +0000 (UTC) Original-X-From: ding-owner+M12609@lists.math.uh.edu Wed Dec 06 17:20:59 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by dough.gmane.org with esmtp (Exim 4.50) id 1GrzVh-0003RF-3o for ding-account@gmane.org; Wed, 06 Dec 2006 17:20:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1GrzUl-00051b-K7; Wed, 06 Dec 2006 10:19:43 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1GrzUj-00051B-53 for ding@lists.math.uh.edu; Wed, 06 Dec 2006 10:19:41 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GrzUg-0005Uh-DG for ding@lists.math.uh.edu; Wed, 06 Dec 2006 10:19:41 -0600 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GrzUf-0004PI-00 for ; Wed, 06 Dec 2006 17:19:37 +0100 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GrzUf-0006aV-BG for ding@gnus.org; Wed, 06 Dec 2006 17:19:37 +0100 Original-Received: from c-67-163-25-192.hsd1.in.comcast.net ([67.163.25.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Dec 2006 17:19:37 +0100 Original-Received: from reader by c-67-163-25-192.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Dec 2006 17:19:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-67-163-25-192.hsd1.in.comcast.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.90 (gnu/linux) Cancel-Lock: sha1:wU38yqZZghDI3j9q1FBMS/R6JtE= X-Spam-Score: -1.6 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64088 Archived-At: Dave Goldberg writes: > I use XEmacs, not GNU Emacs, so that may be the difference. In my > sendmail.el there is no code that ferets out sendmail's location. > It either uses sendmail-program if it's set or defaults to > /usr/lib/sendmail. There is code in paths.el that sets > sendmail-program but as far as I know, paths.el is run at compile > time only. Just for your information. After a restart of emacs (and removing of my temporary symlink) emacs now finds the binary as expected. So apparently the (fsf emacs) sendmail.el code I posted does do the job. Still not sure why this happened but I guess it was related to updating OS while emacs was running. Emacs appears to have needed only a restart to start working as expected again.