emacs-devel
[Top][All Lists]
Advanced

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

Re: string-to-char


From: Juanma Barranquero
Subject: Re: string-to-char
Date: Mon, 27 Nov 2006 11:52:56 +0100

On 11/27/06, martin rudalics <address@hidden> wrote:

Given that some 60 files of current Emacs use `string-to-char'

And some of those uses are quite weird, BTW:

- In erc/erc.el:
   (separator (make-string erc-fill-column (string-to-char "=")))
   (make-string (length x) (string-to-char "b"))

- In progmodes/fortran.el:
   (or (equal char (string-to-char " "))

Aren't these redundant? (I don't think the unibyte/multibyte issue is
relevant in any of them...)

                   /L/e/k/t/u




reply via email to

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