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: eww Date: Wed, 19 Jun 2013 15:52:58 +0800 Message-ID: References: <87d2rkb1pi.fsf@fleche.redhat.com> <87bo73a39w.fsf@fleche.redhat.com> <83ppvjqlcq.fsf@gnu.org> <51C0F3CA.2080500@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1371628387 25552 80.91.229.3 (19 Jun 2013 07:53:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 07:53:07 +0000 (UTC) Cc: emacs-devel To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 09:53:07 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 1UpDCS-0004H6-Ry for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 09:53:04 +0200 Original-Received: from localhost ([::1]:52869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpDCS-0005Z8-Is for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 03:53:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpDCO-0005Yx-6a for emacs-devel@gnu.org; Wed, 19 Jun 2013 03:53:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpDCN-0002wd-3I for emacs-devel@gnu.org; Wed, 19 Jun 2013 03:53:00 -0400 Original-Received: from mail-ie0-x230.google.com ([2607:f8b0:4001:c03::230]:56360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpDCM-0002wZ-U4 for emacs-devel@gnu.org; Wed, 19 Jun 2013 03:52:59 -0400 Original-Received: by mail-ie0-f176.google.com with SMTP id ar20so12542870iec.35 for ; Wed, 19 Jun 2013 00:52:58 -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:content-transfer-encoding; bh=b8KK5YVanlXXjeAvI8Vptfh6rr/wl/T0USItwLoWX+Y=; b=VeBVpNjPayRk5F3o8OouwJPyBSxy4Ptjh9lyjSon/Iw0Wu4SWk8Jnte65fFqa9MC/E /9fjuzPgtN3iwhiNpdMHexFMsm82cfRJ//7T1rUiG9AhWMNj+88dM+9tVBZZjF+A31Hq JUn/GO0TtcvK+57QD9H0IldAD+m7cH/rb86ysEzVrYMKQRpS1c55185rMvGohj4+Q+5J sb63ls83DC6/u7/lvSJFTSvBHO833sIN+e/BHxB4Fa3PzBpi2Yt+v0R+c+T7Py/3FGs2 AWnXDLiWHoy/LQIox4+OyROFkTMFIEV/4s9rqMpFc7XV+w1uHLGO6BozUA0YVx8Aht2N DmPw== X-Received: by 10.50.67.10 with SMTP id j10mr743339igt.70.1371628378286; Wed, 19 Jun 2013 00:52:58 -0700 (PDT) Original-Received: by 10.42.159.68 with HTTP; Wed, 19 Jun 2013 00:52:58 -0700 (PDT) In-Reply-To: <51C0F3CA.2080500@cs.ucla.edu> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::230 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:160641 Archived-At: On Wed, Jun 19, 2013 at 7:56 AM, Paul Eggert wrote: > On 06/18/13 16:03, Xue Fuqiao wrote: >> "texi2any --info" still use the convention of backtick ` and straight >> single quote ' to emulate curly quotes =E2=80=9C =E2=80=9D or =E2=80=98 = =E2=80=99. > > That's not what I observe: texi2any outputs ASCII apostrophe ' for > single quotes (both left and right) and ASCII quote " for double > quotes (both left and right). This looks OK, though admittedly > curly quotes look a bit nicer. In my infodir/elisp.info(.gz): For a beginner's introduction to Emacs Lisp, see `An Introduction to Emacs Lisp Programming', by Bob Chassell, also published by the Free Software Foundation. In doc/lispref/intro.texi: For a beginner's introduction to Emacs Lisp, see @cite{An Introduction to Emacs Lisp Programming}, by Bob Chassell, also published by the Free Software Foundation. This is produced by makeinfo version 4.8, maybe I should try it with a newer version? -- Best regards, Xue Fuqiao. http://www.gnu.org/software/emacs/