From: "B. T. Raven" <nihil@nihilo.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Special character Emacs
Date: Sat, 07 Jun 2008 11:11:33 -0500 [thread overview]
Message-ID: <jfqdnbQ8Jv2yLtfVnZ2dnUVZ_h_inZ2d@sysmatrix.net> (raw)
In-Reply-To: <f8792f18-f19b-4519-9223-b200aa9894b4@a1g2000hsb.googlegroups.com>
Andreas Wittmann wrote:
> Hello everybody,
>
> i'm using Emacs 21.4.1 with ubuntu hardy, today i established that it
> isn't possible for me to use the '^'-sign in emacs. Especially i ned
> this character very often when working with LaTeX or R. Can someone
> give me a hint what to do here? I guess there's something missing in
> the .emacs-file? I have a Samsung R50 laptop with a german keybord.
> I found out that if i do 'C-x 8' then it is possible to do the ^ sign,
> but i
> would be much better if this is also possible after loading emacs.
>
>
> Here's my .emacs.file
>
> (custom-set-variables
> ;; custom-set-variables was added by Custom -- don't edit or cut/
> paste it!
> ;; Your init file should contain only one such instance.
> '(case-fold-search t)
> '(column-number-mode t)
> '(current-language-environment "German")
> '(default-input-method "german-postfix")
> '(global-font-lock-mode t nil (font-lock))
> '(iso-accents-mode t)
> '(iso-accents-customize "german")
> '(iso-ascii-convenient t)
> '(latin1-display t nil (latin1-disp))
> '(line-number-mode t)
> '(mouse-wheel-mode t nil (mwheel))
> '(paren-mode (quote paren) nil (paren))
> '(pc-selection-mode t nil (pc-select))
> '(show-paren-mode t nil (paren))
> '(standard-indent 2)
> '(tab-always-indent nil)
> '(tab-width 2)
> '(truncate-lines t))
> (custom-set-faces
> ;; custom-set-faces was added by Custom -- don't edit or cut/paste
> it!
> ;; Your init file should contain only one such instance.
> '(default ((t (:size "10pt" :family "Courier New")))))
>
> Thank you and best regards
>
> Andreas
If this is the caret (on 6 key on American keyboards) then you could
certainly just assign an unused key or key combo to this character using
define-key or global-set-key:
(global-set-key [f6] (lambda () (interactive) (insert ?^ )))
Put in .emacs or evaluate with C-x C-e
But the gurus will certainly have something more elegant.
Ed
next prev parent reply other threads:[~2008-06-07 16:11 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-07 14:43 Special character Emacs Andreas Wittmann
2008-06-07 16:11 ` B. T. Raven [this message]
2008-06-07 17:51 ` Joel J. Adamson
2008-06-07 18:30 ` Nikolaj Schumacher
2008-06-07 20:29 ` David Hansen
[not found] ` <mailman.12877.1212872649.18990.help-gnu-emacs@gnu.org>
2008-06-07 22:41 ` David Kastrup
2008-06-08 18:21 ` Joel J. Adamson
2008-06-08 18:21 ` Joel J. Adamson
[not found] ` <mailman.12866.1212863417.18990.help-gnu-emacs@gnu.org>
2008-06-08 12:12 ` Andreas Wittmann
2008-06-08 20:18 ` Nikolaj Schumacher
[not found] ` <mailman.12917.1212956341.18990.help-gnu-emacs@gnu.org>
2008-06-14 14:11 ` Andreas Wittmann
2008-06-14 16:30 ` Nikolaj Schumacher
[not found] ` <mailman.13269.1213461061.18990.help-gnu-emacs@gnu.org>
2008-06-14 17:08 ` Andreas Wittmann
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jfqdnbQ8Jv2yLtfVnZ2dnUVZ_h_inZ2d@sysmatrix.net \
--to=nihil@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.
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).