all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* map chars in emacs
@ 2007-04-01  0:31 NeoRiddle
  0 siblings, 0 replies; 5+ messages in thread
From: NeoRiddle @ 2007-04-01  0:31 UTC (permalink / raw)
  To: Help-gnu-emacs


Hi!!!

I can't put a '\' in emacs, but i dont know why, normally in Kde I put this
char pressing AltGr + \, i works in all my gentoo environment, but in emacs
it does not.
Please help me.

Thank you
-- 
View this message in context: http://www.nabble.com/map-chars-in-emacs-tf3499611.html#a9773676
Sent from the Emacs - Help mailing list archive at Nabble.com.

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

* Re: map chars in emacs
       [not found] <mailman.1658.1175460462.7795.help-gnu-emacs@gnu.org>
@ 2007-04-02 15:36 ` B. T. Raven
  2007-04-02 18:05 ` Malte Spiess
  1 sibling, 0 replies; 5+ messages in thread
From: B. T. Raven @ 2007-04-02 15:36 UTC (permalink / raw)
  To: help-gnu-emacs

NeoRiddle wrote:
> Hi!!!
> 
> I can't put a '\' in emacs, but i dont know why, normally in Kde I put this
> char pressing AltGr + \, i works in all my gentoo environment, but in emacs
> it does not.
> Please help me.
> 
> Thank you

This is a riddler. I made this in emacs:
\\\\\\
      '\'\'\'\'\'
The backslash character is in the ascii range so you must have something 
running that is using this as a dead key. Are you saying (also) that you 
couldn't produce your above quoted text in Emacs?
Of course \ is the escape character in many contexts but that seems to be 
another issue. What piece of hardware is your keyboard?

Ed

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

* Re: map chars in emacs
       [not found] <mailman.1658.1175460462.7795.help-gnu-emacs@gnu.org>
  2007-04-02 15:36 ` map chars in emacs B. T. Raven
@ 2007-04-02 18:05 ` Malte Spiess
  2007-04-03  0:06   ` NeoRiddle
       [not found]   ` <mailman.1696.1175558967.7795.help-gnu-emacs@gnu.org>
  1 sibling, 2 replies; 5+ messages in thread
From: Malte Spiess @ 2007-04-02 18:05 UTC (permalink / raw)
  To: help-gnu-emacs

NeoRiddle <neopromos@yahoo.com.mx> writes:

> Hi!!!
>
> I can't put a '\' in emacs, but i dont know why, normally in Kde I put this
> char pressing AltGr + \, i works in all my gentoo environment, but in emacs
> it does not.
> Please help me.

What does C-h k AlgGr+\ say?

Perhaps the input method needs to be changed.

> Thank you

Greetings

Malte

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

* Re: map chars in emacs
  2007-04-02 18:05 ` Malte Spiess
@ 2007-04-03  0:06   ` NeoRiddle
       [not found]   ` <mailman.1696.1175558967.7795.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 5+ messages in thread
From: NeoRiddle @ 2007-04-03  0:06 UTC (permalink / raw)
  To: Help-gnu-emacs


It shows, this:

=================================================
M-' runs the command abbrev-prefix-mark
  which is an interactive compiled Lisp function in `abbrev.el'.
It is bound to M-'.
(abbrev-prefix-mark &optional arg)

Mark current point as the beginning of an abbrev.
Abbrev to be expanded starts here rather than at beginning of word.
This way, you can expand an abbrev with a prefix: insert the prefix,
use this command, then insert the abbrev.  This command inserts a
temporary hyphen after the prefix (until the intended abbrev
expansion occurs).
If the prefix is itself an abbrev, this command expands it, unless
arg is non-nil.  Interactively, arg is the prefix argument.
=================================================


Malte Spiess-3 wrote:
> 
> NeoRiddle <neopromos@yahoo.com.mx> writes:
> 
>> Hi!!!
>>
>> I can't put a '\' in emacs, but i dont know why, normally in Kde I put
>> this
>> char pressing AltGr + \, i works in all my gentoo environment, but in
>> emacs
>> it does not.
>> Please help me.
> 
> What does C-h k AlgGr+\ say?
> 
> Perhaps the input method needs to be changed.
> 
>> Thank you
> 
> Greetings
> 
> Malte
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
> 
> 

-- 
View this message in context: http://www.nabble.com/map-chars-in-emacs-tf3499611.html#a9801346
Sent from the Emacs - Help mailing list archive at Nabble.com.

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

* Re: map chars in emacs
       [not found]   ` <mailman.1696.1175558967.7795.help-gnu-emacs@gnu.org>
@ 2007-04-04 18:21     ` Malte Spiess
  0 siblings, 0 replies; 5+ messages in thread
From: Malte Spiess @ 2007-04-04 18:21 UTC (permalink / raw)
  To: help-gnu-emacs

NeoRiddle <neopromos@yahoo.com.mx> writes:

> Malte Spiess-3 wrote:
>> What does C-h k AlgGr+\ say?

> It shows, this:
>
> =================================================
> M-' runs the command abbrev-prefix-mark
>   which is an interactive compiled Lisp function in `abbrev.el'.
> It is bound to M-'.
> (abbrev-prefix-mark &optional arg)
>
> Mark current point as the beginning of an abbrev.
> Abbrev to be expanded starts here rather than at beginning of word.
> This way, you can expand an abbrev with a prefix: insert the prefix,
> use this command, then insert the abbrev.  This command inserts a
> temporary hyphen after the prefix (until the intended abbrev
> expansion occurs).
> If the prefix is itself an abbrev, this command expands it, unless
> arg is non-nil.  Interactively, arg is the prefix argument.
> =================================================

Hm, obviously the key is not recognised as you wish.
I would recommend trying
M-x set-input-method
to something that seems to fit.

If this works, you could add it to your .emacs.

Good luck

Malte

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

end of thread, other threads:[~2007-04-04 18:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.1658.1175460462.7795.help-gnu-emacs@gnu.org>
2007-04-02 15:36 ` map chars in emacs B. T. Raven
2007-04-02 18:05 ` Malte Spiess
2007-04-03  0:06   ` NeoRiddle
     [not found]   ` <mailman.1696.1175558967.7795.help-gnu-emacs@gnu.org>
2007-04-04 18:21     ` Malte Spiess
2007-04-01  0:31 NeoRiddle

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.