2013/2/19-3/26 [Computer/SW/OS/OsX] UID:54611 Activity:nil | 2/19 I program a lot by sshing to a Linux cluster. So I'm used to using
Xemacs to code. This works fine from a Linux or Windows workstation,
but sometimes I have to use a Mac. On Mac, the meta is usually
bound to option, but that often doesn't work over ssh for some reason.
This makes using emacs a real pain. Any suggestions on how to fix it?
(Other than "use vi")
...
|
2005/10/27-28 [Computer/SW/Editors, Computer/SW/Editors/Emacs] UID:40292 Activity:low | 10/27 My new job is completely Windoze based...anyone know of a windows
version of TextWrangler. I'm looking for a free text editor with
extended capabilities. Thanks. -scottyg
\_ I'm completely in love with Crimson Editor.
\_Thanks, I downloaded SciTE and it seems to rock. I've heard good
things about Crimson Editor though. -scottyg
...
|
2005/3/5-8 [Computer/SW/Editors/Emacs, Computer/Networking] UID:36537 Activity:kinda low | 3/5 I have a problem with X. Let's say I open up xemacs. If I don't do
anything to it after 15 minutes, connection would die and I'd have
to restart it. How do I make it more persistent? ok thx
\_ you're connecting through a NAT gateway, aren't you... and X11
forwarding throuh ssh? Turn on connection keep-alives
\_ NAT yes, X11 forward no (raw forward). Where is the option?
...
|
2004/6/1-2 [Computer/SW/Editors/Emacs] UID:30524 Activity:low | 6/1 Argh! I accidently hit double-bucky-kill-XEmacs. Is there some
magical incantation to make it open up the 20-some-odd files I was
editing? (I don't need to recover lost data).
\_ How about this? Find the last .saves-xxxxx file in your home dir,
run "grep -v # ~/.saves-xxxxx", then somehow pass the resulting
lines as arguments to the elisp function (find-file ......).
...
|
2004/4/29 [Computer/SW/Editors/Emacs, Computer/Networking] UID:13470 Activity:nil | 4/29 Does anoyone know why ^K (delete line) works so slowly in xemacs
over X-forwarding? It takes like, 5 seconds a line over my DSL
connection. What's the deal?
\_ It needs to re-transmit the whole screen so as to redraw?
...
|
2004/3/17-18 [Computer/SW/Languages/Java, Academia/Berkeley/CSUA/Motd] UID:12730 Activity:nil | 3/17 How can I change the indentation level in xemacs when writing C
and Java? I looked online, and through the help files but
couldn't find anything. (It's currently set at 4, I want 2)
-jrleek
\_ I thought the motd censor liked technical posts. Why hasn't
he answered this one?
...
|
2003/11/28 [Computer/SW/Unix] UID:11258 Activity:nil | 11/27 I am trying to install custom editing modes to a default solaris xemacs
installation which I have no root access. Using the menu doesn't help
as it attempts to install packages at location I have no access. How
do I instruct xemacs to use alternate path to install additional
packages?
\_ (setq load-path (cons "~/path/to/emacs/pkg" load-path))
...
|
2003/8/20-21 [Computer/SW/Editors/Emacs] UID:29413 Activity:high | 8/20 Georgy (she has a CSUA acct) got /.'d...
\_ she was also on the front page of USA Today, but of course that's
nothing to slashdot.
\_ she has my view on text editors:
I'm so glad you asked!!
Both. vi for quick editing, emacs (NOT xemacs) for coding projects.
...
|
|