all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
       [not found] <E1RSezC-0005kH-8X@vcs.savannah.gnu.org>
@ 2011-11-22 13:26 ` Štěpán Němec
  2011-11-22 16:17   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Štěpán Němec @ 2011-11-22 13:26 UTC (permalink / raw
  To: Lars Magne Ingebrigtsen; +Cc: emacs-devel


> -(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



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago.
  2011-11-22 13:26 ` /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago Štěpán Němec
@ 2011-11-22 16:17   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-11-22 16:17 UTC (permalink / raw
  To: Štěpán Němec; +Cc: emacs-devel

Štěpán Němec <stepnem@gmail.com> writes:

> 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.

Ok; fixed.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-11-22 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1RSezC-0005kH-8X@vcs.savannah.gnu.org>
2011-11-22 13:26 ` /srv/bzr/emacs/trunk r106469: shr.el (shr-table-horizontal-line): Revert infinite loops introduced by Paul Eggert's spellfixes two days ago Štěpán Němec
2011-11-22 16:17   ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.