emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal-line): Re


From: Štěpán Němec
Subject: Re: /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
Date: Tue, 22 Nov 2011 14:26:25 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> -(defcustom shr-table-horizontal-line ?
> +(defcustom shr-table-horizontal-line ?       ; space
>    "Character used to draw horizontal table lines."
>    :group 'shr
>    :type 'character)
>  
> -(defcustom shr-table-vertical-line ?
> +(defcustom shr-table-vertical-line ?         ; space
>    "Character used to draw vertical table lines."
>    :group 'shr
>    :type 'character)
>  
> -(defcustom shr-table-corner ?
> +(defcustom shr-table-corner ?                ; space
>    "Character used to draw table corners."
>    :group 'shr
>    :type 'character)

If you used "?\s" instead of the error-prone "? " (as recommended eg. by
(info "(elisp)Basic Char Syntax")), you'd never have this problem to
begin with.

-- 
Štěpán



reply via email to

[Prev in Thread] Current Thread [Next in Thread]