Berkeley CSUA MOTD:Entry 22163
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2024/11/23 [General] UID:1000 Activity:popular
11/23   

2001/8/18 [Computer/SW/Editors/Emacs, Computer/SW/Languages/Misc] UID:22163 Activity:low
8/17    is there a way in xemacs to pretty-format the source file (
        fixing all indentation) in batch mode rather than tabbing
        every line in the file?
        \_ How about /usr/bin/indent?
        \_ Try indent-region
2024/11/23 [General] UID:1000 Activity:popular
11/23   

You may also be interested in these entries...
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")
	...
2007/11/9-12 [Computer/SW/Editors/Emacs] UID:48590 Activity:nil 75%like:48591
11/9    What's the best Xemacs font for coding?
        \- the Entrella Font
          \_ no no, the ETANRETLA font!
	...
2007/11/9-11 [Computer/SW/Editors/Emacs] UID:48591 Activity:nil 75%like:48590
11/9    What's the best standard Xemacs font?
	...
2006/3/17-18 [Computer/SW/Editors/Vi, Computer/SW/Editors/Emacs] UID:42280 Activity:moderate
3/16    I'm looking to troll the motd. What are some good topics guaranteed
        to get results?
        \_ sex!
        \_ Easy.  Anything of interest to more than 1 person that isn't
           resolvable.  Next!
        \_ http://www.trollwars.com  -John
	...
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/12/30-31 [Computer/SW/Editors/Emacs] UID:11619 Activity:nil
12/30   Does anyone know what happened to Windows port of Emacs 21.x?
        I can only find downloads for 20.7 now on gnu.
        \_ look harder: http://ftp.gnu.org/gnu/windows/emacs/21.3
           \_ There are only README files in there.
              \_ tried reading any of them? you might have noticed that
                 http://ftp.gnu.org was hacked a while back, and they haven't
	...
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.
	...
2006/11/7-8 [Recreation/Computer/Games] UID:45214 Activity:nil
11/7    Next-gen console predictions anyone?  I'll start:
        PS3s sells out instantly, eBay for around $8-900, remain out of stock
        through christmas then just as supply is kicking in, they run out
        of people willing to spend $600 on a console.  Wii will sell out
        initially, but resupply will just barely keep up with demand.
        \_ You do realize that there are almost exactly as many ps3s
	...
2006/11/2 [Computer/SW/Languages/Misc, Computer/Theory] UID:45090 Activity:high
11/02   What is the best way to implement this?  I have a queue where jobs
        are submitted for processing, and multiple worker threads
        asynchronously pull the front job from the queue to process it.
        I also have N (N=3)
        priority classes.  Normally I would just implement this as N FIFO
        queues and that would be fine.  But wait, there's more!  Some jobs
	...
2006/8/29-31 [Computer/SW/Unix, Computer/SW/Languages/Misc] UID:44191 Activity:nil
8/29    Any recommendations for windoze software for backing up files to an
        external hard drive? I'd prefer that the backup isn't one huge .bkf
        file a directory? Is this possible with the ntbackup.exe that comes
        with windows XP.. Also I'd like the software to be a GUI that normal
        non-technical people could run. THanks.
        \_ Not for windows but if you're running any flavor of Unix, just
	...
2006/4/24-26 [Computer/SW/Languages/Misc] UID:42812 Activity:nil
4/24    I finally got to scan some of the old photos for archive purpose.
        The problem is these scanned photos carry no EXIF data.  I want
        to add 'Date Picture Taken' information en masse.  I tried several
        tools that claim to do EXIF batch update but none could batch
        insert 'Date Picture Taken' information.  Does anyone have any
        suggestion for a batch EXIF editor? Thx.
	...
2006/3/10-13 [Computer/SW/Languages/Perl] UID:42187 Activity:low
3/10    I wrote a little perl, that had a little curl
        right in the middle of it's call stack.
        And when it crashed, it crashed very very fast,
        but when it was slow, it was working
        \_ LWP::UserAgent!
           \_ Can I use LWP::UserAgent to do multiple concurrent requests,
	...