I think this is in the 10.1 update to Mail.app
when composing an email, you can use
<cntrl> + e skip to end of line
<cntrl> + a skip to beginning of line
<cntrl> + k kill to end of line
there is probably more readline key strokes, those are just the ones
that are permanently burned...
Has anybody else noticed that wget is gone?
I think it odd that the updater would remove wget, maybe it was part
of the dev tools (which i have installed )
I tried to build wget-1.7
but I got this error in html-parse.c
cc -I. -I. -DHAVE_CONFIG_H...
Not sure what you mean, but if you mean "telnet mailhost 25"
than here is an example:
telnet mail.xxx.xxx 25
Trying 201.xx.xxx.xxx...
Connected to mail.xxx.xxx.
Escape character is '^]'.
220 mail.xxx.xxx ESMTP
helo HOSTNAME
250 xxx.xxx
mail from: sps@localhost
250 ok
rcpt to...
It looks like the dist comes with pre-compiled object files.
if this is the case, you will be unable to link or use these linux intel object files.
Hopefully you can get the FULL source code, which would allow you
to build those objects for PPC.
HTH
---
http://bluedot.net/osx/
---
I have been using Parkers port of xmemacs for a bit. GUI-wise it's pretty much the same as running
emacs in a term.
I can't wait for an aqua or cocoa version of xemacs...
I have done a little write up on how to get qmail
going on OSX.
http://bluedot.net/osx/qmail.xml
I still need to add the startup howto.....
Any comments, suggestions are most welcome'd
I figured I would ask in here seeing as people around these parts
would probably have a clue...
So I pose the question: How do you remap your keyboard, like
remap Control to the CapsLock key with OS X (not OS X server).
I spend all my time in emacs (and emacs style shell editing).
I...
I've looked around a bit, but can't seem to find anything on this...
how would one go about remapping the control key to the Caps Lock key?
something like xmodmap
I really want this in the Terminal, but a global solution would be great!
Thanks,
-sps