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

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

RE: Therefore sign


From: Doug Lewan
Subject: RE: Therefore sign
Date: Wed, 2 Jan 2013 13:07:08 +0000

Cecil,

Here's a different style of solution.

I use the latin-1-prefix input method and have the following in my .emacs:

    (setq default-input-method "latin-1-prefix")
    (let ((quail-setup-buf (get-buffer-create "*Quail setup*")))
      (save-excursion (set-buffer quail-setup-buf)
                    (toggle-input-method)
                      ...
                      (quail-defrule ":." ?∴) ;N.B. This is backwards from 
rfc1345.el.
                      ...))

I also have this comment near the above:
    ;; This seems rather a bit of a hack.

It's not obvious that the above technique is "good" or "the right one" (and I'm 
happy to learn a better style), but it gets me the symbols that I want.

,Douglas
Douglas Lewan
Shubert Ticketing
(201) 489-8600 ext 224

When I do good, I feel good. When I do bad, I feel bad and that's my religion. 
- Abraham Lincoln


> -----Original Message-----
> From: help-gnu-emacs-bounces+dougl=shubertticketing.com@gnu.org
> [mailto:help-gnu-emacs-bounces+dougl=shubertticketing.com@gnu.org] On
> Behalf Of Cecil Westerhof
> Sent: Sunday, 2012 December 30 15:34
> To: help-gnu-emacs@gnu.org
> Subject: Therefore sign
> 
> I need to use the ‘therefore sign’. How to use that in Emacs?
> 
> --
> Cecil Westerhof
> Senior Software Engineer
> LinkedIn: http://www.linkedin.com/in/cecilwesterhof

reply via email to

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