all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "B. T. Raven" <btraven@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: .emacs poser
Date: Fri, 27 Dec 2013 00:00:14 -0600	[thread overview]
Message-ID: <l9j51o028r9@news6.newsguy.com> (raw)
In-Reply-To: <87bo0b1kbb.fsf@nl106-137-194.student.uu.se>

Emacsers:

Thanks for all the answers. After returning from a 10 day trip I thought
I might get a couple of responses but there were enough that two or
three of them solved the problem. There was an extra glyph (combining
macron or modifier letter macron) hidden in the question mark (character
declaration). I use this method just to experiment with utf-8 and
usually insert most exotic characters with input methods (usually
latin-postfix). I know about ucs-insert but don't want to have to look
up the hexcodes. Apparently once I used C-c M for combining macron and
then for Maltese cross. Usually I do C-x C-e just on the changed line to
test but I must have had this bug for a long time and then just
commented it out many months ago instead of digging into the problem.

Thanks again.

Ed

> Jambunathan K <kjambunathan@gmail.com> writes:
> 
>>> 0 + a = å : + a = ä : + o = ö
>>
>> If set your input method to
>>
>>     latin-1-prefix
>>
>> you can use /a, :a, :o to input the above characters.
>>
>> Why is it that you want roll your own?
> 
> In the post, I describe how it differs:
> 
> 1. [compose] har = h [compose] ar = här
> 
> 2. The prefix/compose char is not inserted: you only
>    see the letters that are part of the word. (Compare:
>    you could setup an abbrev to make "nasa" into
>    NASA. But I don't want NASA to look like "nasa",
>    ever.)
>    
> 3. No visual noise in the echo area.
> 
> Also, though a minor matter, I can set it up on a
> mode-by-mode basis without having to use the poor man's
> hooks.
> 
>> Btw, I see a swedish-postfix input method.  What you
>> want is swedish-prefix input method.
> 
> That was my first attempt:
> 
> (quail-define-package "swedish-quail" "Swedish" "Swedish quail")
> (quail-define-rules
>  ("0A" ?Å) ("0a" ?å)
>  (":A" ?Ä) (":a" ?ä)
>  (":O" ?Ö) (":o" ?ö) )
> (set-input-method 'swedish-quail)
> 
> However (again as I said even back then) I don't like
> the insertion of the prefix before it transforms, and I
> don't like the visual noise in the echo area.
> 
>> Seems like a good candidate for M-x report-emacs-bug.
> 
> Or a good candidate for writing that *gorgeous*
> Elisp. Red hair, green eyes, soft skin...
> 
>> If you propose a patch, then you can get the prefixes
>> that you yourself use.
> 
> I think this as a patch would have had a hard time as
> most people probably want the semi-colon for natural
> languages.
> 



  reply	other threads:[~2013-12-27  6:00 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-17  0:01 .emacs poser B. T. Raven
2013-12-17  0:36 ` Emanuel Berg
2013-12-17  1:48 ` Dale Snell
2013-12-17  2:46   ` Drew Adams
     [not found] ` <mailman.9443.1387244913.10748.help-gnu-emacs@gnu.org>
2013-12-17  2:03   ` Emanuel Berg
2013-12-17  2:58     ` Dale Snell
2013-12-17  5:53       ` Jambunathan K
     [not found]     ` <mailman.9453.1387249112.10748.help-gnu-emacs@gnu.org>
2013-12-17  3:16       ` Emanuel Berg
2013-12-17  5:32         ` Dale Snell
2013-12-17  6:27         ` Tilman Ahr
2013-12-17 16:42           ` Emanuel Berg
2013-12-18  2:25             ` Tilman Ahr
2013-12-18 21:17               ` Emanuel Berg
2013-12-18  3:01             ` Yuri Khan
     [not found]             ` <mailman.9542.1387335681.10748.help-gnu-emacs@gnu.org>
2013-12-18 21:23               ` Emanuel Berg
2013-12-19  1:13                 ` Yuri Khan
     [not found]                 ` <mailman.9626.1387415627.10748.help-gnu-emacs@gnu.org>
2013-12-20  1:40                   ` Emanuel Berg
     [not found]         ` <mailman.9460.1387258387.10748.help-gnu-emacs@gnu.org>
2013-12-17 16:17           ` Emanuel Berg
2013-12-17 17:36             ` Dale Snell
     [not found]             ` <mailman.9507.1387301817.10748.help-gnu-emacs@gnu.org>
2013-12-17 17:41               ` Emanuel Berg
2013-12-17  3:06 ` Yuri Khan
2013-12-17 15:17   ` Drew Adams
2013-12-18  1:38     ` Yuri Khan
2013-12-17  7:41 ` Kevin Rodgers
2013-12-17 15:24 ` Doug Lewan
     [not found] ` <mailman.9465.1387266001.10748.help-gnu-emacs@gnu.org>
2013-12-17 15:40   ` Sebastien Vauban
2013-12-17 16:29     ` Drew Adams
2013-12-17 16:49     ` Emanuel Berg
2013-12-17 18:20     ` Eli Zaretskii
     [not found] ` <mailman.9492.1387293902.10748.help-gnu-emacs@gnu.org>
2013-12-17 17:14   ` Emanuel Berg
2013-12-17 17:16   ` Emanuel Berg
2013-12-17 19:04     ` Doug Lewan
     [not found]     ` <mailman.9512.1387307070.10748.help-gnu-emacs@gnu.org>
2013-12-17 22:42       ` Emanuel Berg
2013-12-17 23:35         ` Doug Lewan
2013-12-17 21:15   ` Joost Kremers
2013-12-17 22:44     ` Emanuel Berg
2013-12-17 23:25       ` Emanuel Berg
2013-12-18  3:22     ` Jambunathan K
     [not found]     ` <mailman.9544.1387337046.10748.help-gnu-emacs@gnu.org>
2013-12-18 21:42       ` Emanuel Berg
     [not found]         ` <mailman.9628.1387418319.10748.help-gnu-emacs@gnu.org>
2013-12-19  2:52           ` Emanuel Berg
2013-12-19  3:00             ` Emanuel Berg
2013-12-20  5:31             ` Jambunathan K
2013-12-20  5:38               ` Jambunathan K
     [not found]             ` <mailman.9724.1387517532.10748.help-gnu-emacs@gnu.org>
2013-12-20 17:52               ` Emanuel Berg
2013-12-27  6:00                 ` B. T. Raven [this message]
2013-12-27 14:12                   ` Yuri Khan
2013-12-27 16:11                     ` Drew Adams
     [not found]                     ` <mailman.10526.1388160732.10748.help-gnu-emacs@gnu.org>
2013-12-29 22:17                       ` B. T. Raven
2013-12-29 23:48                         ` Drew Adams
2013-12-20  1:52         ` Jambunathan K
2013-12-19 22:24       ` Joost Kremers
2013-12-19 23:16         ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=l9j51o028r9@news6.newsguy.com \
    --to=btraven@nihilo.net \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.