From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Liang Wang Newsgroups: gmane.emacs.devel Subject: Re: gnus patch to fix error on org-gnus-follow-link Date: Wed, 26 Sep 2012 18:44:47 +0800 Message-ID: References: <87lifzo78b.fsf@bzg.ath.cx> <87lifxcljb.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d042ef447fae31804ca98821f X-Trace: ger.gmane.org 1348656305 18801 80.91.229.3 (26 Sep 2012 10:45:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2012 10:45:05 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 12:45:10 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TGp76-0001RF-M2 for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2012 12:45:08 +0200 Original-Received: from localhost ([::1]:53380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGp71-000216-LW for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2012 06:45:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45198) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGp6u-0001zz-3r for emacs-devel@gnu.org; Wed, 26 Sep 2012 06:45:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGp6t-0008JP-3g for emacs-devel@gnu.org; Wed, 26 Sep 2012 06:44:56 -0400 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:55881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGp6o-0008IN-4l; Wed, 26 Sep 2012 06:44:50 -0400 Original-Received: by lbok6 with SMTP id k6so1585476lbo.0 for ; Wed, 26 Sep 2012 03:44:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=eQZl1mTnm8G5eqrfV569U5i1RjxsJuRRA2MUm482BLQ=; b=XoPLXpJWee6Xd7Yl3rZQJG19BRyefEf89Duo3Z4SSZraNXFv1XokjMhOIcWYLxmrpG d05IHc4USDRBnFSB4SOB5x69yfDQJRJEvsvrrjJa9Ih9qFsWVNK/vcgljFMB/QNkF5Z4 LJkwOM190+BLoCVrfhk4+k16krftJsBG5mgLujvfH0bsWE11IY1ODItFHit87U8Keg29 02BEhl/rD+mEopRIS5vJuZ0ux4lmPvRMxsJww+q2oKSxFnuZ+pkg8E3DNhOAB9LOpAPW s+pPZSJuAKsMSn4YuAVvcxPhK2wonNmEZ2LZsiz7BGr87jS7Y2HaWHslXyGNm2t6fxUt Bnkw== Original-Received: by 10.152.123.103 with SMTP id lz7mr121813lab.21.1348656288162; Wed, 26 Sep 2012 03:44:48 -0700 (PDT) Original-Received: by 10.114.67.211 with HTTP; Wed, 26 Sep 2012 03:44:47 -0700 (PDT) Original-Received: by 10.114.67.211 with HTTP; Wed, 26 Sep 2012 03:44:47 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.217.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153569 Archived-At: --f46d042ef447fae31804ca98821f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =E5=9C=A8 2012-9-26 =E4=B8=8B=E5=8D=883:04=EF=BC=8C"Bastien" = =E5=86=99=E9=81=93=EF=BC=9A > > Hi Liang, > > Liang Wang writes: > > >> C-h v gnus-override-method RET > > > > (nnimap "gmail" > > (nnimap-address "imap.gmail.com") > > (nnimap-server-port 993) > > (nnimap-stream ssl)) > > Well, I don't use this variable, I don't set it myself either. It's computed on the fly. it has no docstring and I can't find > any reference in the Gnus manual... so maybe your best luck is to try > asking the Gnus devs. > > Let me know if org-gnus.el must be updated wrt this issue. Thanks anyway. > > Thanks, > > -- > Bastien --f46d042ef447fae31804ca98821f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


=E5=9C=A8 2012-9-26 =E4=B8=8B=E5=8D=883:04=EF=BC=8C"Bastien" <= bzg@gnu.org>=E5=86=99=E9=81=93=EF=BC= =9A
>
> Hi Liang,
>
> Liang Wang <netcasper@gmail.= com> writes:
>
> >> C-h v gnus-override-method RET
> >
> > (nnimap "gmail"
> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 (nnimap-address "imap.gmail.com")
> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 (nnimap-server-port 993)
> > =C2=A0 =C2=A0 =C2=A0 =C2=A0 (nnimap-stream ssl))
>
> Well, I don't use this variable,

I don't set it myself either.=C2=A0=C2=A0 It's computed on the f= ly.

it has no docstring and I can't find
> any reference in the Gnus manual... so maybe your best luck is to try<= br> > asking the Gnus devs.
>
> Let me know if org-gnus.el must be updated wrt this issue.

Thanks anyway.

>
> Thanks,
>
> --
> =C2=A0Bastien

--f46d042ef447fae31804ca98821f--