From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Emanuela Pompei <epompei@eso.org>
Cc: help-gnu-emacs@gnu.org
Subject: Re: standard keyboard commands not working?
Date: Sat, 19 Jan 2013 11:52:19 +0100 [thread overview]
Message-ID: <E283DEAA-17F0-4846-BE6F-1898442BAED7@Web.DE> (raw)
In-Reply-To: <CAKjm7F3vopuKhyQBG83P_SDH1YJKcCJ4AZp0rbi861iaU+MHOA@mail.gmail.com>
Am 19.01.2013 um 02:14 schrieb Emanuela Pompei:
> what you described is exactly what happens. No error message, nothing: just
> ignore the instruction of killing the rectangle.
I remember a similar situation I had with the AppKit variant (kind of successor of Carbon Emacs). C-x was swallowed, it had to be typed twice to be recognised by Emacs. The cause was, as the creator of the AppKit variant, YAMAMOTO Mitsuharu, found, that I had NS key bindings set up for the normal Apple applications that contained ESC – and also some starting with C-x (^X in Apple syntax, see for example http://www.hcs.harvard.edu/~jrus/Site/System%20Bindings.html, http://www.dannyadam.com/blog/2012/02/changing-mac-key-bindings/), oriented on what I was used in Emacs. Maybe this is also the case for you?
If you're able to build GNU Emacs yourself I'd recommend to build and use AppKit Emacs! It's based on the sources of either GNU Emacs 23.4 or 24.2 or the pre-release GNU Emacs 24.2.92 (becoming 24.3) and needs a large set patches contained in an extra archive.
The pre-release GNU Emacs sources can be found here: /ftp:anonymous@alpha.gnu.org:/gnu/emacs/pretest (TRAMP syntax);
the AppKit patches can be found here: /ftp:anonymous@ftp.math.s.chiba-u.ac.jp:/emacs (TRAMP syntax).
My way of building AppKit Emacs is:
gtar xf <possible path to>emacs-24.2.92.tar.xz
mv emacs-24.2.92 emacs-24.2.92-mac-3.92
gtar xf <possible path to>emacs-24.2.92-mac-3.92.tar.gz
cd emacs-24.2.92-mac-3.92
patch -p 0 < patch-mac
Then check which options configure offers and configure particularly with the -with-mac option! Then make and sudo make install. (From the same patched sources you can easily build the X11 and the NS/almost Aquamacs variants.) The AppKit variant is very stable in every release and is very Mac like, being able to use the graphics libraries of the system, including SVG support (which the NS or Aquamacs variants don't have), and being able to support all input methods and scripts and fonts (check out C-h H!).
--
Greetings
Pete
"Evolution" o __o _o _
°\___o /0~ -\<, ^\___ /=\\_/-%
oo~_______ /\ /\______/ \_________O/ O_______________o===>-->O--o____
next prev parent reply other threads:[~2013-01-19 10:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.17638.1358376511.855.help-gnu-emacs@gnu.org>
2013-01-18 7:56 ` standard keyboard commands not working? Michael Heerdegen
[not found] ` <d96dd5b497fa4a6581db4b8cf1c13f78@HQHTC1.ads.eso.org>
2013-01-19 1:14 ` Emanuela Pompei
2013-01-19 10:52 ` Peter Dyballa [this message]
[not found] ` <mailman.17862.1358558052.855.help-gnu-emacs@gnu.org>
2013-01-19 3:28 ` Jens Teich
2013-01-16 22:46 Emanuela Pompei
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=E283DEAA-17F0-4846-BE6F-1898442BAED7@Web.DE \
--to=peter_dyballa@web.de \
--cc=epompei@eso.org \
--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.