all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* How to input Unicode math operators
@ 2005-02-22  1:14 August
  2005-02-22  4:49 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: August @ 2005-02-22  1:14 UTC (permalink / raw)


How do I input Unicode mathematical operators (or any other arbitrary
unicode character) in Emacs?

-- 
August

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

* Re: How to input Unicode math operators
  2005-02-22  1:14 August
@ 2005-02-22  4:49 ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2005-02-22  4:49 UTC (permalink / raw)


> From: August <fusionfive@comhem.se>
> Date: Tue, 22 Feb 2005 02:14:58 +0100
> 
> How do I input Unicode mathematical operators (or any other arbitrary
> unicode character) in Emacs?

"C-u C-\ TeX RET" switches to the input method that lets you type
Unicode characters using the TeX notation.

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

* Re: How to input Unicode math operators
       [not found] <mailman.967.1109037497.32256.help-gnu-emacs@gnu.org>
@ 2005-02-22 11:12 ` David Hansen
  2005-02-22 12:49   ` August
       [not found]   ` <mailman.1035.1109077459.32256.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: David Hansen @ 2005-02-22 11:12 UTC (permalink / raw)


On Tue, 22 Feb 2005 02:14:58 +0100 August wrote:

> How do I input Unicode mathematical operators (or any other arbitrary
> unicode character) in Emacs?

Using input methods.  E.g. M-x set-input-method TeX RET

\int d\varphi = 2\pi -> ∫dϕ = 2π

David

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

* Re: How to input Unicode math operators
  2005-02-22 11:12 ` How to input Unicode math operators David Hansen
@ 2005-02-22 12:49   ` August
       [not found]   ` <mailman.1035.1109077459.32256.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 6+ messages in thread
From: August @ 2005-02-22 12:49 UTC (permalink / raw)


On tis, 2005-02-22 at 06:49 +0200, Eli Zaretskii wrote: 
> > From: August <fusionfive@comhem.se>
> > Date: Tue, 22 Feb 2005 02:14:58 +0100
> > 
> > How do I input Unicode mathematical operators (or any other arbitrary
> > unicode character) in Emacs?
> 
> "C-u C-\ TeX RET" switches to the input method that lets you type
> Unicode characters using the TeX notation.

On tis, 2005-02-22 at 12:12 +0100, David Hansen wrote:
> On Tue, 22 Feb 2005 02:14:58 +0100 August wrote:
> 
> > How do I input Unicode mathematical operators (or any other arbitrary
> > unicode character) in Emacs?
> 
> Using input methods.  E.g. M-x set-input-method TeX RET
> 
> \int d\varphi = 2\pi -> ∫dϕ = 2π

Thanks Eli and David.

-- 
August

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

* Re: How to input Unicode math operators
       [not found]   ` <mailman.1035.1109077459.32256.help-gnu-emacs@gnu.org>
@ 2005-02-22 17:00     ` B.T. Raven
  2005-02-22 18:41       ` August
  0 siblings, 1 reply; 6+ messages in thread
From: B.T. Raven @ 2005-02-22 17:00 UTC (permalink / raw)



"August" <fusionfive@comhem.se> wrote in message
news:mailman.1035.1109077459.32256.help-gnu-emacs@gnu.org...
On tis, 2005-02-22 at 06:49 +0200, Eli Zaretskii wrote:
> > From: August <fusionfive@comhem.se>
> > Date: Tue, 22 Feb 2005 02:14:58 +0100
> >
> > How do I input Unicode mathematical operators (or any other
arbitrary
> > unicode character) in Emacs?
>
> "C-u C-\ TeX RET" switches to the input method that lets you type
> Unicode characters using the TeX notation.

On tis, 2005-02-22 at 12:12 +0100, David Hansen wrote:
> On Tue, 22 Feb 2005 02:14:58 +0100 August wrote:
>
> > How do I input Unicode mathematical operators (or any other
arbitrary
> > unicode character) in Emacs?
>
> Using input methods.  E.g. M-x set-input-method TeX RET
>
> \int d\varphi = 2\pi -> ∫dϕ = 2π

Thanks Eli and David.

--
August

Norman Walsh's xmlunicode.el together with unichars.el will allow the
insertion of many other glyphs if your font supports them. E.g., the
unicode description BLACK CHESS QUEEN inserts:

♛
(#x00265b)

Ed

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

* Re: How to input Unicode math operators
  2005-02-22 17:00     ` B.T. Raven
@ 2005-02-22 18:41       ` August
  0 siblings, 0 replies; 6+ messages in thread
From: August @ 2005-02-22 18:41 UTC (permalink / raw)


On tis, 2005-02-22 at 11:00 -0600, B.T. Raven wrote:
> "August" <fusionfive@comhem.se> wrote in message
> news:mailman.1035.1109077459.32256.help-gnu-emacs@gnu.org...
> On tis, 2005-02-22 at 06:49 +0200, Eli Zaretskii wrote:
> > > From: August <fusionfive@comhem.se>
> > > Date: Tue, 22 Feb 2005 02:14:58 +0100
> > >
> > > How do I input Unicode mathematical operators (or any other
> arbitrary
> > > unicode character) in Emacs?
> >
> > "C-u C-\ TeX RET" switches to the input method that lets you type
> > Unicode characters using the TeX notation.
> 
> On tis, 2005-02-22 at 12:12 +0100, David Hansen wrote:
> > On Tue, 22 Feb 2005 02:14:58 +0100 August wrote:
> >
> > > How do I input Unicode mathematical operators (or any other
> arbitrary
> > > unicode character) in Emacs?
> >
> > Using input methods.  E.g. M-x set-input-method TeX RET
> >
> > \int d\varphi = 2\pi -> ∫dϕ = 2π
> 
> Thanks Eli and David.
> 
> --
> August
> 
> Norman Walsh's xmlunicode.el together with unichars.el will allow the
> insertion of many other glyphs if your font supports them. E.g., the
> unicode description BLACK CHESS QUEEN inserts:
> 
> ♛
> (#x00265b)

Cool. Thanks for the tip. This should really be a part of the standard
Emacs distribution.

-- 
August

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

end of thread, other threads:[~2005-02-22 18:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.967.1109037497.32256.help-gnu-emacs@gnu.org>
2005-02-22 11:12 ` How to input Unicode math operators David Hansen
2005-02-22 12:49   ` August
     [not found]   ` <mailman.1035.1109077459.32256.help-gnu-emacs@gnu.org>
2005-02-22 17:00     ` B.T. Raven
2005-02-22 18:41       ` August
2005-02-22  1:14 August
2005-02-22  4:49 ` Eli Zaretskii

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.