From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: mohamed.hibti@gmail.com Newsgroups: gmane.emacs.help Subject: Re: email client Date: Fri, 22 Mar 2013 03:43:57 -0700 (PDT) Message-ID: References: <847gl0bcyc.fsf@gmail.fr> <1565d0b5-8433-4e38-a074-2dc6df4030d1@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1363954929 726 80.91.229.3 (22 Mar 2013 12:22:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Mar 2013 12:22:09 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 22 13:22:31 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UJ0zH-0000ah-WB for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Mar 2013 13:22:24 +0100 Original-Received: from localhost ([::1]:38913 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UJ0yu-0005P7-Gl for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Mar 2013 08:22:00 -0400 X-Received: by 10.224.110.68 with SMTP id m4mr115806qap.2.1363949037725; Fri, 22 Mar 2013 03:43:57 -0700 (PDT) X-Received: by 10.49.6.66 with SMTP id y2mr56225qey.18.1363949037706; Fri, 22 Mar 2013 03:43:57 -0700 (PDT) Original-Path: usenet.stanford.edu!ca1no406667qab.0!news-out.google.com!k8ni11100qas.0!nntp.google.com!ca1no406665qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <1565d0b5-8433-4e38-a074-2dc6df4030d1@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=192.196.142.26; posting-account=aa8T9goAAACUa_IGhbhRLc_hDuep2qPY Original-NNTP-Posting-Host: 192.196.142.26 User-Agent: G2/1.0 Injection-Date: Fri, 22 Mar 2013 10:43:57 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:197391 X-Mailman-Approved-At: Fri, 22 Mar 2013 08:20:33 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89668 Archived-At: On Friday, March 22, 2013 11:06:08 AM UTC+1, mohame...@gmail.com wrote: > Le vendredi 22 mars 2013 10:46:19 UTC+1, mohame...@gmail.com a =E9crit=A0= : >=20 > > Le vendredi 22 mars 2013 09:17:48 UTC+1, Eli Zaretskii a =E9crit=A0: >=20 > >=20 >=20 > > > > From: Mohamed HIBTI >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > > Date: Thu, 21 Mar 2013 23:33:15 +0100 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > >=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > > Is there any way to compose send send a mail from emacs (for insta= nce via >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > > "message-send-and-exit") to the default mail client (lotus notes on >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > > debian). >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > Customize message-send-mail-function to have the value >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > 'message-send-mail-with-mailclient. I also suggest to customize >=20 > >=20 >=20 > > >=20 >=20 > >=20 >=20 > > > send-mail-function to have the value 'mailclient-send-it. >=20 > >=20 >=20 > >=20 >=20 > >=20 >=20 > > Thank you Eli for this answer,=20 >=20 > >=20 >=20 > > I tried this on emacs 24.2, and it is not working.=20 >=20 > >=20 >=20 > > May be I have some specific hidden customisation. >=20 >=20 >=20 > Or may be it is more a notes problem >=20 >=20 >=20 > when sending email it opens notes application but nothing else. Fix it !! Thank you both !! Following your suggestion Eli I just tried to understand the send-mail-func= tion, and then found that it uses the `browse-url-mailto-function' which ne= eds some specific customisaition (setq browse-url-browser-function 'browse-url-generic) (setq browse-url-generic-program "path/to/mailclient") and it worked :) Regards, Mohamed