help-gnu-emacs
[Top][All Lists]
Advanced

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

Unicode in regexp


From: Torsten Bronger
Subject: Unicode in regexp
Date: Sat, 04 Dec 2004 15:33:22 +0100
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Hallöchen!

* A list-item-style beginning of a line is interpreted as such by
  Emacs, as demonstrated here.

However, I want to use notes mode for taking on-line notes, and
there this has a special meaning, so I want to use "•" (the real
bullet in Unicode) instead.  I know that

 '(adaptive-fill-regexp "[ \t]*\\([-!|#%;>*]+[ \t]*\\|(?[0-9]+[.)][ \t]*\\)*")

in the appropriate place in my .emacs can do this, but how do I add
the unicode to it?  Although the .emacs starts with

;-*- Mode: Emacs-Lisp; coding: utf-8; -*-

a direct insertion doesn't work, neither does the UTF-8 code
sequence translated to Latin-1.

Any hints?  Thank you!

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus


reply via email to

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