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: Fri, 21 Sep 2012 16:27:52 +0800 Message-ID: References: <87sjabu8wz.fsf@bzg.ath.cx> <87vcf7ssm1.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1348216089 24534 80.91.229.3 (21 Sep 2012 08:28:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Sep 2012 08:28:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 21 10:28:13 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 1TEyao-0002Wp-Ti for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2012 10:28:11 +0200 Original-Received: from localhost ([::1]:54315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEyak-0006Y2-BE for ged-emacs-devel@m.gmane.org; Fri, 21 Sep 2012 04:28:06 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:47857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEyah-0006Xw-NC for emacs-devel@gnu.org; Fri, 21 Sep 2012 04:28:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEyag-0005bI-OO for emacs-devel@gnu.org; Fri, 21 Sep 2012 04:28:03 -0400 Original-Received: from mail-lb0-f169.google.com ([209.85.217.169]:55455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEyaY-0005Q2-3O; Fri, 21 Sep 2012 04:27:54 -0400 Original-Received: by lbbgj10 with SMTP id gj10so3553080lbb.0 for ; Fri, 21 Sep 2012 01:27:52 -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=RFCSJZYsiM2l0nLmTKH7/ZDdh3KD1s8xEqJAYVrflXs=; b=TPJXAUKHuSsKfKbh9Pjebn80s4vzGWEVTbgJY5GxRavOkb4ny5K/62c6LdxnIDUVFK xo+ilHb/7VRbvjpkWQT/IHt2+GR4wdUBKPzQDX46hiOOrvBreYzbEEgSeEiplf2dYNuM Vy73knq9CuBSC4+6DYU0p2g0MBQYzmZnvrLrzV/ZnV0URmvQ+Vhlxk9QoTclzGvN66uy hpttSNjdzwv2I/RlyJufujMwXFJLT+SrWLusM/7OsSdXODpFdusMbnwuHfOPFOZwJTW6 7HzAgbAHpsYvE0of88yB5qiKhsGQsRCJourftTtu7RrW3roeD6pj0dC8NEvM7NEXKTBU eLhA== Original-Received: by 10.152.135.147 with SMTP id ps19mr3690630lab.52.1348216072535; Fri, 21 Sep 2012 01:27:52 -0700 (PDT) Original-Received: by 10.114.67.211 with HTTP; Fri, 21 Sep 2012 01:27:52 -0700 (PDT) In-Reply-To: <87vcf7ssm1.fsf@bzg.ath.cx> 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:153425 Archived-At: On Fri, Sep 21, 2012 at 4:11 PM, Bastien wrote: > Liang Wang writes: > >> Gnus comes from latest emacs trunk. revno is 110121. >> Org is cloned from git://repo.or.cz/org-mode.git. my local latest >> commit is c276eeebeec (org-export.el: Revert an erroneous commit, >> sigh). > > Btw, you should better use the orgmode.org git repo: > git clone git://orgmode.org/org-mode.git I will switch to it. Thanks. > > Also, please describe how you get the error. I press C-c C-o on a gnus link created in gnus summary buffer by C-c l and inserted into orgmode file by C-c C-l. I'm not sure if this is what you want. > > Thanks, > > -- > Bastien