stumpwm-devel
[Top][All Lists]
Advanced

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

Re: [STUMP] Patch: Non ASCII Chars in Messages


From: Jim Ottaway
Subject: Re: [STUMP] Patch: Non ASCII Chars in Messages
Date: Mon, 06 Nov 2006 09:57:57 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.90 (gnu/linux)

David Hansen <address@hidden> writes:

> On Sun, 05 Nov 2006 17:19:56 -0800 Shawn Betts wrote:
>
>> Thanks David, your hacking is appreciated :). I've started noticing
>> encoding errors that I think your patch will fix. I'll test out your
>> patch next time I get the error.
>
> Just `echo-string' with a non ASCII character should trigger
> the error.  But it would be really interesting if someone with
> a latin-1 lisp (sbcl w/o unicode support or cmucl should do
> it) can test it.

I am running stumpwm with cmucl 19c. I have tried to test the patches,
but I don't know if I am using the correct test.

I tried this:

in stumpwmrc:

(defun test ()
  (echo-string (current-screen) "∫dϕ = 2π"))

(setq *screen-mode-line-format* "∫dϕ = 2π %w")


And then at the repl I did (test) without the patches.  This didn't
generate an error, but the message from #'test was blank, and so was the
modeline.  

With the patches applied, still no error, but I did get the latin-1
rendition of "∫dϕ = 2π" in both the message and the mode-line.

I suspect that this isn't the correct test, though, since I was
expecting some error before applying the patch. 

Regards,

-- 
Jim Ottaway




reply via email to

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