all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Bug in TeX input mode?
@ 2009-06-17 20:43 Deniz Dogan
  2009-06-17 21:26 ` Chong Yidong
  2009-06-24  8:43 ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Deniz Dogan @ 2009-06-17 20:43 UTC (permalink / raw)
  To: Emacs-Devel devel

Hi

After some random discussion on #haskell about having Unicode
characters as operators, I found that \circ in the TeX input mode
inserts the following character:

--------

        character: ○ (9675, #o22713, #x25cb)
preferred charset: unicode (Unicode (ISO10646))
       code point: 0x25CB
           syntax: _ 	which means: symbol
         category: .:Base, c:Chinese, h:Korean, j:Japanese
         to input: type "\circ" with TeX
      buffer code: #xE2 #x97 #x8B
        file code: #xE2 #x97 #x8B (encoded by coding system utf-8-unix)
          display: by this font (glyph code)

Character code properties: customize what to show
  name: WHITE CIRCLE
  general-category: So (Symbol, Other)

--------

However, we feel like what should have been inserted is this:

--------

        character: ∘ (8728, #o21030, #x2218)
preferred charset: unicode (Unicode (ISO10646))
       code point: 0x2218
           syntax: . 	which means: punctuation
         category: .:Base
      buffer code: #xE2 #x88 #x98
        file code: #xE2 #x88 #x98 (encoded by coding system utf-8-unix)
          display: by this font (glyph code)

Character code properties: customize what to show
  name: RING OPERATOR
  general-category: Sm (Symbol, Math)

--------

I'm not sure whether this is a bug in TeX input mode or correct. Any ideas?

-- 
Deniz Dogan




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

end of thread, other threads:[~2009-06-24  8:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 20:43 Bug in TeX input mode? Deniz Dogan
2009-06-17 21:26 ` Chong Yidong
2009-06-17 21:50   ` Teemu Likonen
2009-06-17 22:09   ` Deniz Dogan
2009-06-18 13:12   ` Kenichi Handa
2009-06-24  8:43 ` Stefan Monnier

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.