"Charlie Reiman" <[EMAIL PROTECTED]> writes: >> -----Original Message----- >> From: Bill Moseley [mailto:[EMAIL PROTECTED]] >> Sent: Tuesday, January 28, 2003 1:15 PM >> To: [EMAIL PROTECTED] >> Subject: Tips for moving to XEmacs
>> $ dpkg -l | grep emacs >> ii emacsen-common 1.4.15 Common facilities for all emacsen. >> ii xemacs21 21.4.6-8 Editor and kitchen sink >> ii xemacs21-bases 2002.03.29-1 Editor and kitchen sink -- >> compiled elisp su >> ii xemacs21-bin 21.4.6-8 Editor and kitchen sink -- >> support binaries >> ii xemacs21-nomul 21.4.6-8 Editor and kitchen sink -- >> Non-mule binary >> ii xemacs21-suppo 21.4.6-8 Editor and kitchen sink -- >> architecture inde > > I'm not using xemacs under debian but I use xemacs almost all day every day > so I can help you. > > XEmacs has its own package management system. See the xemacs install notes. > This is how you get dired, c-mode and perl-mode. I mention this because I > don't know if the debian packages install all the good stuff or just the > core. In general, you tend to want to ignore random programs' private package systems in favor of dpkg. (The other big one that comes to mind is Perl's CPAN, which I've had horrid luck with in general.) One of xemacs21-basesupport and xemacs21-support installs pretty much everything that comes with XEmacs. This definitely includes dired- and cc-modes. >> is there anything else I should install for editing C and Perl? > > You'll need perl-modes and cc-mode at minimum. ...again, bundled with the Debian XEmacs. >> There's lots of Emacs tutorials found by Google. Any recommendations on >> ones you might have found most useful? I found 'C-h t' useful ever so many years ago. I haven't looked at anything online either, though. >> The tips I need to help me start using Emacs are in basic configuration >> (these are mostly common functions of my old editor that I can't live >> without): >> >> - I don't want long lines to wrap with the U-turn arrow at the end, I want >> a scroll bar. > > (setq truncate-lines t) (Which wants to go in your .emacs file.) >> - I want tab to insert spaces instead of tabs, and each indent is to the >> next 4 char column. The default behavior of the tab key pretty much everywhere in Emacs is to reindent the current line to the "right" place. cc-mode is particularly good about this; cperl-mode can get confused with the right Perl constructs. -- David Maze [EMAIL PROTECTED] http://people.debian.org/~dmaze/ "Theoretical politics is interesting. Politicking should be illegal." -- Abra Mitchell -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]