GNU bug report logs - #26299
24.5; Use of `…' in Info

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Wed, 29 Mar 2017 14:45:01 UTC

Severity: wishlist

Tags: notabug

Found in version 24.5

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 26299 <at> debbugs.gnu.org (full text, mbox):

From: npostavs <at> users.sourceforge.net
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 26299 <at> debbugs.gnu.org
Subject: Re: bug#26299: 24.5; Use of `…' in Info
Date: Wed, 29 Mar 2017 23:40:43 -0400
Drew Adams <drew.adams <at> oracle.com> writes:

> As one user, I find the adoption of `…' instead of `...' to be a
> retrogression, not an improvement.  It is far less readable.  Just one
> opinion.
>
> Compare, as one example among zillions:
>
>  -- Macro: with-help-window buffer-name body…
>
> with
>
>  -- Macro: with-help-window buffer-name body...
>
> I cannot imagine what someone thought, when making this change.  Did it
> come just because we _can_ now use that Unicode character?  That's not
> a reason that we _should_ use it in such contexts.

This seems to be another feature of the new (i.e., 5+) texinfo (like the
curly quotes).  I'm still using 4.13 so I see "..." here.  You can make
Emacs display "…" as "..." with

    (aset (or standard-display-table
              (setq standard-display-table (make-display-table)))
          ?… (vconcat "..."))





This bug report was last modified 5 years and 242 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.