all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Function 'compose-region' problem
@ 2008-09-17 11:00 S.P.Tseng
  2008-09-18  7:36 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: S.P.Tseng @ 2008-09-17 11:00 UTC (permalink / raw)
  To: emacs-devel


GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit) of 2008-09-17, function
compose-region seems can not work.

For example, below code can not can not work.

,----
|   (defun pretty-lambdas ()
|     (font-lock-add-keywords
|      nil `(("(\\(lambda\\>\\)"
|             (0 (progn (compose-region (match-beginning 1) (match-end 1)
|                                       ,(make-char 'greek-iso8859-7 107))
|                       nil))))))
`----





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

* Re: Function 'compose-region' problem
  2008-09-17 11:00 Function 'compose-region' problem S.P.Tseng
@ 2008-09-18  7:36 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2008-09-18  7:36 UTC (permalink / raw)
  To: S.P.Tseng; +Cc: emacs-devel

In article <8563ovm3zq.fsf@modprobe.cn>, "S.P.Tseng" <deftsp@gmail.com> writes:

> GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit) of 2008-09-17, function
> compose-region seems can not work.

> For example, below code can not can not work.

> ,----
> |   (defun pretty-lambdas ()
> |     (font-lock-add-keywords
> |      nil `(("(\\(lambda\\>\\)"
> |             (0 (progn (compose-region (match-beginning 1) (match-end 1)
> |                                       ,(make-char 'greek-iso8859-7 107))
> |                       nil))))))
> `----

I've just installed a fix.

---
Kenichi Handa
handa@ni.aist.go.jp




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

end of thread, other threads:[~2008-09-18  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-17 11:00 Function 'compose-region' problem S.P.Tseng
2008-09-18  7:36 ` Kenichi Handa

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.