all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Extended ascii characters in emacs lisp
@ 2012-04-20 21:37 Richard H Lee
  2012-04-20 23:06 ` Gregory Benjamin
  2012-04-20 23:25 ` PJ Weisberg
  0 siblings, 2 replies; 5+ messages in thread
From: Richard H Lee @ 2012-04-20 21:37 UTC (permalink / raw)
  To: help-gnu-emacs

Hi (again),

I'm using fill-column-indicator.el to set a column margin at column 80 
in emacs. Currently it uses the pipe "|" symbol as the margin character.

I would like to change it one of the extended ascii characters, e.g. the 
solid block / long vertical pipe. I can set it to standard ascii 
characters using:

(setq fci-rule-character ?\101)

e.g. this will set the character to "A". But if I go over 127 into 
extended-ascii, I get:

Invalid read syntax: ?

What is the emacs lisp syntax for extended ascii characters?


Richard



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

end of thread, other threads:[~2012-04-24 13:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-20 21:37 Extended ascii characters in emacs lisp Richard H Lee
2012-04-20 23:06 ` Gregory Benjamin
2012-04-20 23:25 ` PJ Weisberg
2012-04-21 11:49   ` Richard H Lee
     [not found]   ` <mailman.372.1335008989.751.help-gnu-emacs@gnu.org>
2012-04-24 13:31     ` Jason Rumney

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.