From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: C-h r and Images Date: Thu, 5 Sep 2013 06:41:45 +0800 Message-ID: References: <87y57fe2ej.fsf@gmail.com> <831u57e089.fsf@gnu.org> <5224AEB3.5000508@cs.ucla.edu> <878uzf5dvr.fsf@gmail.com> <50869c34-8cb2-477b-a6a8-a393abb76d12@default> <83ioyhdhg7.fsf@gnu.org> <0b0e7cc8-6de6-446e-88fe-6b332c1e63b5@default> <87ob89k5ew.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1378334512 2348 80.91.229.3 (4 Sep 2013 22:41:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Sep 2013 22:41:52 +0000 (UTC) Cc: Eli Zaretskii , eggert@cs.ucla.edu, kjambunathan@gmail.com, Drew Adams , emacs-devel To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 05 00:41:56 2013 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 1VHLlp-0007PR-Ol for ged-emacs-devel@m.gmane.org; Thu, 05 Sep 2013 00:41:53 +0200 Original-Received: from localhost ([::1]:56189 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHLlp-0003vn-DE for ged-emacs-devel@m.gmane.org; Wed, 04 Sep 2013 18:41:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41384) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHLll-0003vi-DB for emacs-devel@gnu.org; Wed, 04 Sep 2013 18:41:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHLlk-0005GI-En for emacs-devel@gnu.org; Wed, 04 Sep 2013 18:41:49 -0400 Original-Received: from mail-ie0-x235.google.com ([2607:f8b0:4001:c03::235]:52148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHLli-0005G3-Mg; Wed, 04 Sep 2013 18:41:46 -0400 Original-Received: by mail-ie0-f181.google.com with SMTP id a14so2075370iee.40 for ; Wed, 04 Sep 2013 15:41:45 -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=Q06s7am+YD0HCxfFiESFoh3vVV/5Ls/YLBB0K+9L+YY=; b=c9kGsfpGaDJStuq2iot1DMP+gmQ3SWlClMA9Ws2A6cEhQY9QnfJxxa8O5AxF7Ll1zU j0sRG844lCIlagCovswAEjbQyCm08XNOFodmsFELnsnQDex5pn6Zu1keXICKyH7gocqd AE3UyPJwYz3zrhLX7kCWu2EoeCQAzFCzrp85MiB3baPGgSCHQMKP9EIT21ROai4p5Gvo tZohg1vkGcyZQJLgrVAt0+Q9YeMHNzXOBDG8JVBOLTly+mS4BMKIoSioUNDbMSxDaShf FghAPaiyIfkR4/waJVBnroMHqgIs3bOhFJ6RMIoyfHRCYpmy7A0GH0Dd3OjmMTv0M7Rr qafQ== X-Received: by 10.50.17.97 with SMTP id n1mr3622636igd.51.1378334505916; Wed, 04 Sep 2013 15:41:45 -0700 (PDT) Original-Received: by 10.42.51.75 with HTTP; Wed, 4 Sep 2013 15:41:45 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::235 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:163196 Archived-At: On Thu, Sep 5, 2013 at 6:38 AM, Xue Fuqiao wrote: > On Wed, Sep 4, 2013 at 4:37 AM, Juri Linkov wrote: >>> Now, if it is not possible today to have inline xrefs in Info then >>> that's too bad. Then it's a tradeoff: Is the convenience of direct >>> access worth the extra verbage ("See" or whatever) added? >> >> Today it's possible to have inline xrefs like they are >> implemented for footnotes. But the problem is how to >> detect inline xrefs in Info files. I mean when >> inline and non-inline xrefs are defined in the source as: >> >> The bindings of all key sequences are recorded in the keymaps >> (@pxref{Glossary---Keymap}). @xref{Keymaps}. > > What about this version: > > The bindings of all key sequences are recorded in the > @ref{Glossary---Keymap, keymaps}. @xref{Keymaps}. ^ , -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/