emacs-devel
[Top][All Lists]
Advanced

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

Re: Patch for copyright.el to allow multi-line copyrights


From: Dave Love
Subject: Re: Patch for copyright.el to allow multi-line copyrights
Date: 03 Feb 2002 18:22:47 +0000
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.80

Richard Stallman <address@hidden> writes:

>     Great minds ... or something, but the patch I sent before I saw this
>     is more general.
> 
> I installed your patch, except that I did not delete the unibyte copyright
> symbol.  Why is it right to delete that?

It's redundant:

(set-language-environment "Latin-2")    ; no copyright symbol
  => t
(string-match "\x8a9" "\xa9")
  => 0

and it's actually incorrect, not that it's likely to cause harm in
that context:

(string-match "\xa9" "\x929")           ; Scaron
  => 0



reply via email to

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