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: Fri, 6 Sep 2013 18:53:08 +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> <837gevd9vf.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1378464799 26420 80.91.229.3 (6 Sep 2013 10:53:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Sep 2013 10:53:19 +0000 (UTC) Cc: juri@jurta.org, eggert@cs.ucla.edu, kjambunathan@gmail.com, drew.adams@oracle.com, emacs-devel To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 06 12:53:18 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 1VHtfC-0004tT-FH for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 12:53:18 +0200 Original-Received: from localhost ([::1]:36545 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHtfC-0007Ti-5K for ged-emacs-devel@m.gmane.org; Fri, 06 Sep 2013 06:53:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHtf6-0007Os-Oz for emacs-devel@gnu.org; Fri, 06 Sep 2013 06:53:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHtf5-0007My-FV for emacs-devel@gnu.org; Fri, 06 Sep 2013 06:53:12 -0400 Original-Received: from mail-ie0-x22d.google.com ([2607:f8b0:4001:c03::22d]:60644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHtf3-0007LX-Hr; Fri, 06 Sep 2013 06:53:09 -0400 Original-Received: by mail-ie0-f173.google.com with SMTP id qa5so5315016ieb.18 for ; Fri, 06 Sep 2013 03:53:08 -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=4KEV/AvDa/ffHsWmMsAdgDxrC8QC0sf1VpxgN/X+QaA=; b=hDxhfatOxPU4NgAq89yfbPNmcaP6tXOU7erwb4QPUzo8m4WwJopHWQzdGj5ktHwTk9 fo9D51QFaGGdm8wD4ObRDsAoFuPGH+mD1PaPIy92CXLOJlJ9Tqu/SqMpn5SRMQRVs4T+ c/4KS6UB4X/LgB9YnYyoYU6BogtmdQ3Qcu8WPoNO/U77cMkTC7/lxCIoUBP1HkkHK4O4 5DSDljfYOmKzZCP2GRrq4jHVVQJjIIM/Jbgb3zEf9YhygCFLgiAuBP+eKcmhvYPU1kT2 68iWKUZ9OVpn9rxL+Y7bfTTt0CBrQyfejedHrA1JxW9BBi61u4Xz7naefi3qNK0FdKeP LDrQ== X-Received: by 10.43.9.4 with SMTP id ou4mr533134icb.53.1378464788831; Fri, 06 Sep 2013 03:53:08 -0700 (PDT) Original-Received: by 10.42.51.75 with HTTP; Fri, 6 Sep 2013 03:53:08 -0700 (PDT) In-Reply-To: <837gevd9vf.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22d 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:163214 Archived-At: On Thu, Sep 5, 2013 at 3:07 PM, Eli Zaretskii wrote: >> Date: Thu, 5 Sep 2013 06:38:44 +0800 >> From: Xue Fuqiao >> Cc: Drew Adams , Eli Zaretskii , eggert@cs.ucla.edu, >> kjambunathan@gmail.com, emacs-devel >> >> What about this version: >> >> The bindings of all key sequences are recorded in the >> @ref{Glossary---Keymap,, keymaps}. @xref{Keymaps}. > > Did you look at what this produces in the printed version of the > manual? If it is weird in the printed version, we can use @iftex/@ifnottex/@inlinefmt. -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/