all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [emacs24] No caret  char (^) in emacs ??
@ 2014-04-24  6:20 Olve
  2014-04-24  6:26 ` Olve
  2014-04-26 22:06 ` notbob
  0 siblings, 2 replies; 10+ messages in thread
From: Olve @ 2014-04-24  6:20 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

   Just switched to Ubuntu 14.04
---------------------------------------
kernel 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
---------------------------------------
Everything works fine ("but" coming), no problem with the X server.

Sole problem detected : the caret (^) in emacs does not seem to work.

With emacs -q BTRY.tex

"^2" gives "2"
"^ " gives " "

The same in bash:
"^2" gives "^2"
"^ " gives "^"

My file has "^" characters, I can copy-paste this character (this is my 
way of typing just now!). I couldn't locate info on internet, maybe I'm 
not using the proper keywords.

Any help would be greatly appreciated!
Olivier


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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-24  6:20 [emacs24] No caret char (^) in emacs ?? Olve
@ 2014-04-24  6:26 ` Olve
  2014-04-25  4:11   ` Stefan Monnier
  2014-04-26 22:06 ` notbob
  1 sibling, 1 reply; 10+ messages in thread
From: Olve @ 2014-04-24  6:26 UTC (permalink / raw)
  To: help-gnu-emacs

Sorry solved.

For reference:

C-hk^ --> <dead-circumflex> undefined

http://forums.fedora-fr.org/viewtopic.php?id=3762

(load-library "iso-transl")

does the trick.
HTH, O.




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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-24  6:26 ` Olve
@ 2014-04-25  4:11   ` Stefan Monnier
  2014-04-26 18:33     ` Michael Heerdegen
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2014-04-25  4:11 UTC (permalink / raw)
  To: help-gnu-emacs

> Sorry solved.

Nope.

> For reference:
> C-hk^ --> <dead-circumflex> undefined

That's your problem, indeed.

> (load-library "iso-transl")

But that's just a crutch.


        Stefan




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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-25  4:11   ` Stefan Monnier
@ 2014-04-26 18:33     ` Michael Heerdegen
  2014-04-26 18:40       ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Michael Heerdegen @ 2014-04-26 18:33 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

> > Sorry solved.
>
> Nope.
>
> > For reference:
> > C-hk^ --> <dead-circumflex> undefined
>
> That's your problem, indeed.
>
> > (load-library "iso-transl")
>
> But that's just a crutch.

And what's the solution?


Michael.




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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-26 18:33     ` Michael Heerdegen
@ 2014-04-26 18:40       ` Stefan Monnier
  2014-04-30  6:15         ` Tassilo Horn
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Monnier @ 2014-04-26 18:40 UTC (permalink / raw)
  To: help-gnu-emacs

>> > Sorry solved.
>> Nope.
>> > For reference:
>> > C-hk^ --> <dead-circumflex> undefined
>> That's your problem, indeed.
>> > (load-library "iso-transl")
>> But that's just a crutch.
> And what's the solution?

I can't remember.  But at least, try it out with the Emacs pretest and
if it's not fixed there, use M-x report-emacs-bug.


        Stefan




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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-24  6:20 [emacs24] No caret char (^) in emacs ?? Olve
  2014-04-24  6:26 ` Olve
@ 2014-04-26 22:06 ` notbob
  2014-04-29 22:01   ` Olve
  1 sibling, 1 reply; 10+ messages in thread
From: notbob @ 2014-04-26 22:06 UTC (permalink / raw)
  To: help-gnu-emacs

On 2014-04-24, Olve <Olve@nowhere.invalid> wrote:

> Sole problem detected : the caret (^) in emacs does not seem to work.

Are you using -with-X11 or -no-X11?  

Try:

C-x 8 ^ space


nb


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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-26 22:06 ` notbob
@ 2014-04-29 22:01   ` Olve
  2014-04-29 22:06     ` Olve
  0 siblings, 1 reply; 10+ messages in thread
From: Olve @ 2014-04-29 22:01 UTC (permalink / raw)
  To: help-gnu-emacs

So:
-------------------------
emacs -q BTRY7.tex&

C-x 8 ^   outputs message in minibuffer: C-x 8 dead-circumflex-
--------------------------
emacs -q -nw BTRY7.tex

The caret works fine
--------------------------
emacs is emacs 24 with x11 (version amd64)
--------------------------

I hope that helps a bit -- O.


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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-29 22:01   ` Olve
@ 2014-04-29 22:06     ` Olve
  0 siblings, 0 replies; 10+ messages in thread
From: Olve @ 2014-04-29 22:06 UTC (permalink / raw)
  To: help-gnu-emacs

Same behaviour with emacs23
------------------------------
emacs23 --version
GNU Emacs 23.4.1
------------------------------
emacs24 --version
GNU Emacs 24.3.1
------------------------------

I discovered an "emacs23-x" but I don't quite see the difference with 
emacs23 ... Same behaviour anyway.

HTH, O.


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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-26 18:40       ` Stefan Monnier
@ 2014-04-30  6:15         ` Tassilo Horn
  2014-04-30 12:24           ` Stefan Monnier
  0 siblings, 1 reply; 10+ messages in thread
From: Tassilo Horn @ 2014-04-30  6:15 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: help-gnu-emacs

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> I can't remember.  But at least, try it out with the Emacs pretest and
> if it's not fixed there, use M-x report-emacs-bug.

This might be related to

  http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14044

Bye,
Tassilo



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

* Re: [emacs24] No caret  char (^) in emacs ??
  2014-04-30  6:15         ` Tassilo Horn
@ 2014-04-30 12:24           ` Stefan Monnier
  0 siblings, 0 replies; 10+ messages in thread
From: Stefan Monnier @ 2014-04-30 12:24 UTC (permalink / raw)
  To: help-gnu-emacs

>> I can't remember.  But at least, try it out with the Emacs pretest and
>> if it's not fixed there, use M-x report-emacs-bug.
> This might be related to
>   http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14044

Indeed,


        Stefan




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

end of thread, other threads:[~2014-04-30 12:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-24  6:20 [emacs24] No caret char (^) in emacs ?? Olve
2014-04-24  6:26 ` Olve
2014-04-25  4:11   ` Stefan Monnier
2014-04-26 18:33     ` Michael Heerdegen
2014-04-26 18:40       ` Stefan Monnier
2014-04-30  6:15         ` Tassilo Horn
2014-04-30 12:24           ` Stefan Monnier
2014-04-26 22:06 ` notbob
2014-04-29 22:01   ` Olve
2014-04-29 22:06     ` Olve

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.