GNU bug report logs - #58282
Distinguishing glasses-mode display

Previous Next

Package: emacs;

Reported by: uzibalqa <uzibalqa <at> proton.me>

Date: Tue, 4 Oct 2022 03:39:01 UTC

Severity: normal

Tags: notabug

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Eli Zaretskii <eliz <at> gnu.org>
To: uzibalqa <uzibalqa <at> proton.me>
Cc: dimech <at> gmx.com, 58282 <at> debbugs.gnu.org
Subject: bug#58282: Distinguishing glasses-mode display
Date: Tue, 04 Oct 2022 21:02:10 +0300
> Date: Tue, 04 Oct 2022 17:28:21 +0000
> From: uzibalqa <uzibalqa <at> proton.me>
> Cc: dimech <at> gmx.com, 58282 <at> debbugs.gnu.org
> 
> (defun camelsens (hexcode)
> 
>   "Splits CamelCase phrases using separator."
> 
>   (interactive (list 
> 
>       (completing-read "Utf8_hex_code: " '("\u27A4" "\u25BA" "\u2192") nil t "\u2192")))
> 
>   (setq glasses-separator hexcode)
> 
>   (glasses-mode))
> 
> But this only works the first time I call the function.

You cannot simply assign the value to this variable.  Look at its
defcustom form to understand what is missing.

And anyway, what does this have to do with the bug report?  You are
asking basic Emacs Lisp questions.




This bug report was last modified 2 years and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.