unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Re: No x-faces with emacs 22.0 on XPpro
       [not found] <mailman.1790.1165936373.2155.help-gnu-emacs@gnu.org>
@ 2006-12-12 16:13 ` Rud1ger Sch1erz
  2006-12-12 16:28   ` Johan Bockgård
  0 siblings, 1 reply; 8+ messages in thread
From: Rud1ger Sch1erz @ 2006-12-12 16:13 UTC (permalink / raw)


"Drew Adams" <drew.adams@oracle.com> writes:

> http://ourcomments.org/Emacs/EmacsW32.html - click the big download button

Thank you very much. X-Face works with this version. That means, my
problem is solved.

What next? Well, ``iso-accents-mode'' seems not to exist no more in
this version. I'll have a look on it.

Cheers,
Rudiger

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

* Re: No x-faces with emacs 22.0 on XPpro
  2006-12-12 16:13 ` No x-faces with emacs 22.0 on XPpro Rud1ger Sch1erz
@ 2006-12-12 16:28   ` Johan Bockgård
  2006-12-15 12:09     ` Input of ISO-8859-1 chars Was: " Rud1ger Sch1erz
  0 siblings, 1 reply; 8+ messages in thread
From: Johan Bockgård @ 2006-12-12 16:28 UTC (permalink / raw)


Rud1ger Sch1erz <nospam_tigre@yahoo.es> writes:

> What next? Well, ``iso-accents-mode'' seems not to exist no more in
> this version. I'll have a look on it.

iso-acc.el has been moved to the lisp/obsolete/ directory (and is not
autoloaded, apparently).

    ** iso-acc.el is now obsolete. Use one of the latin input methods
       instead.

-- 
Johan Bockgård

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

* Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro
  2006-12-12 16:28   ` Johan Bockgård
@ 2006-12-15 12:09     ` Rud1ger Sch1erz
  2006-12-15 12:51       ` Peter Dyballa
                         ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Rud1ger Sch1erz @ 2006-12-15 12:09 UTC (permalink / raw)


bojohan+news@dd.chalmers.se (Johan Bockgård) writes:

> Rud1ger Sch1erz <nospam_tigre@yahoo.es> writes:
>
> [...] ``iso-accents-mode'' seems not to exist no more in
>
> iso-acc.el has been moved to the lisp/obsolete/ directory (and is not
> autoloaded, apparently).
>
>     ** iso-acc.el is now obsolete. Use one of the latin input methods
>        instead.

I fiddled around with iso-cvt.el, but anyway I can't figure out the
new concept.

With iso-accents-mode enabled, I could just type `"a' and it was
substituted with `ä' on the fly. That was very convenient, using a
keyboard with English layout to input German characters. 

I can't find something similar in the new functions. `iso-german` just
converts a whole region, but I cant find on-the-fly conversions.

Am I'm missing something? 

In the header of iso-cvt.el there is a reference to the ISO 8859-1
FAQ, but I was not able to pull it from the given ftp address:
ftp.vlsivie.tuwien.ac.at (unknown host)

Cheers,
Rudiger

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

* Re: Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro
  2006-12-15 12:09     ` Input of ISO-8859-1 chars Was: " Rud1ger Sch1erz
@ 2006-12-15 12:51       ` Peter Dyballa
  2006-12-15 13:02       ` Juanma Barranquero
       [not found]       ` <mailman.1915.1166187780.2155.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 8+ messages in thread
From: Peter Dyballa @ 2006-12-15 12:51 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 15.12.2006 um 13:09 schrieb Rud1ger Sch1erz:

> Am I'm missing something?

A compose key? Or, in X11: Mode_switch? Since the DEC vt times the  
keyboards offered to press <compose> " a to create an ä, and  
similarly it worked in X11 ...

--
Greetings

   Pete

There is no worse tyranny than to force a man to pay for what he does  
not want merely because you think it would be good for him.
                                            -- Robert Heinlein

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

* Re: Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro
  2006-12-15 12:09     ` Input of ISO-8859-1 chars Was: " Rud1ger Sch1erz
  2006-12-15 12:51       ` Peter Dyballa
@ 2006-12-15 13:02       ` Juanma Barranquero
  2006-12-15 13:43         ` Input of ISO-8859-1 chars Reiner Steib
  2006-12-15 14:09         ` Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro Eli Zaretskii
       [not found]       ` <mailman.1915.1166187780.2155.help-gnu-emacs@gnu.org>
  2 siblings, 2 replies; 8+ messages in thread
From: Juanma Barranquero @ 2006-12-15 13:02 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 614 bytes --]

On 12/15/06, Rud1ger Sch1erz <nospam_tigre@yahoo.es> wrote:

> I fiddled around with iso-cvt.el, but anyway I can't figure out the
> new concept.
>
> With iso-accents-mode enabled, I could just type `"a' and it was
> substituted with `ä' on the fly. That was very convenient, using a
> keyboard with English layout to input German characters.

Try adding

 (set-input-method 'latin-postfix)

to you .emacs. You can try also with 'german-alt-postfix,
'german-postfix, etc.  "M-x list-input-methods lists" them all. C-\
toggles the current input method on and off.

Hope this helps,

                    /L/e/k/t/u

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

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

* Re: Input of ISO-8859-1 chars
  2006-12-15 13:02       ` Juanma Barranquero
@ 2006-12-15 13:43         ` Reiner Steib
  2006-12-15 14:09         ` Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro Eli Zaretskii
  1 sibling, 0 replies; 8+ messages in thread
From: Reiner Steib @ 2006-12-15 13:43 UTC (permalink / raw)


On Fri, Dec 15 2006, Juanma Barranquero wrote:

> On 12/15/06, Rud1ger Sch1erz <nospam_tigre@yahoo.es> wrote:
[...]
>> With iso-accents-mode enabled, I could just type `"a' and it was
>> substituted with `ä' on the fly. That was very convenient, using a
>> keyboard with English layout to input German characters.
>
> Try adding
>
> (set-input-method 'latin-postfix)
>
> to you .emacs. You can try also with 'german-alt-postfix,
> 'german-postfix, etc.  "M-x list-input-methods lists" them all. C-\
> toggles the current input method on and off.

As he's used to type `"a' for `ä', the *-prefix methods
(e.g. latin-prefix or german-prefix) seem to be more suitable.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

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

* Re: Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro
       [not found]       ` <mailman.1915.1166187780.2155.help-gnu-emacs@gnu.org>
@ 2006-12-15 14:09         ` Rud1ger Sch1erz
  0 siblings, 0 replies; 8+ messages in thread
From: Rud1ger Sch1erz @ 2006-12-15 14:09 UTC (permalink / raw)


"Juanma Barranquero" <lekktu@gmail.com> writes:

> On 12/15/06, Rud1ger Sch1erz <nospam_tigre@yahoo.es> wrote:
[...]
>> With iso-accents-mode enabled, I could just type `"a' and it was
>> substituted with `ä' on the fly. That was very convenient, using a
>> keyboard with English layout to input German characters.
>
> Try adding
>
> (set-input-method 'latin-postfix)
>
> to you .emacs. You can try also with 'german-alt-postfix,
> 'german-postfix, etc.  "M-x list-input-methods lists" them all. C-\
> toggles the current input method on and off.

Hey, thank you very much!

(set-input-method 'latin-prefix)

  is exactly what I'm looking for.

Cheers,
Rudiger

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

* Re: Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro
  2006-12-15 13:02       ` Juanma Barranquero
  2006-12-15 13:43         ` Input of ISO-8859-1 chars Reiner Steib
@ 2006-12-15 14:09         ` Eli Zaretskii
  1 sibling, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2006-12-15 14:09 UTC (permalink / raw)


> Date: Fri, 15 Dec 2006 14:02:49 +0100
> From: "Juanma Barranquero" <lekktu@gmail.com>
> >
> > With iso-accents-mode enabled, I could just type `"a' and it was
> > substituted with `ä' on the fly. That was very convenient, using a
> > keyboard with English layout to input German characters.
> 
> Try adding
> 
>  (set-input-method 'latin-postfix)
> 
> to you .emacs. You can try also with 'german-alt-postfix,
> 'german-postfix, etc.

Either that, or use "C-u C-\" to set any input method you want.  That
command supports completion, so `?' will pop up a list of available
input methods which you can browse and pick the one you want.

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

end of thread, other threads:[~2006-12-15 14:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1790.1165936373.2155.help-gnu-emacs@gnu.org>
2006-12-12 16:13 ` No x-faces with emacs 22.0 on XPpro Rud1ger Sch1erz
2006-12-12 16:28   ` Johan Bockgård
2006-12-15 12:09     ` Input of ISO-8859-1 chars Was: " Rud1ger Sch1erz
2006-12-15 12:51       ` Peter Dyballa
2006-12-15 13:02       ` Juanma Barranquero
2006-12-15 13:43         ` Input of ISO-8859-1 chars Reiner Steib
2006-12-15 14:09         ` Input of ISO-8859-1 chars Was: No x-faces with emacs 22.0 on XPpro Eli Zaretskii
     [not found]       ` <mailman.1915.1166187780.2155.help-gnu-emacs@gnu.org>
2006-12-15 14:09         ` Rud1ger Sch1erz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).