unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).