unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Peter.Weiss@Germany.Sun.com (Peter Weiss, Sun Microsystems, Germany)
Subject: Re: Two questions
Date: Mon, 09 Sep 2002 10:16:57 +0200	[thread overview]
Message-ID: <xpxyadmrshl2.fsf@Germany.Sun.com> (raw)
In-Reply-To: senaxpbafbyqr.h26byk4.pminews@news.consol.de

>>>>> On Mon, 09 Sep 2002 09:54:20 +0200 (CEST), "Frank Winkler @home" <frank@consol.de> said:

Frank> HI there !
Frank> I'm just playing around with my programming modes - I use them with both 
Frank> emacs and xemacs. After exchanging the "*-mode.el" files it seems obvious
Frank> that xemacs' syntax highlighting is not configured there: emacs inherits 
Frank> indention but doesn't do highlighting. It that xemacs-only or where do I 
Frank> have to set this?

What kind of modes? Selfwritten? What modes? Identation configuration is not
done allways in the same way.

Both emacs and xemacs come along with support of all kinds of programming
modes.  Take a look at the info docs.

Frank> And is there an enhanced "auto-fill-mode" which doesn't just reformat a 
Frank> single line but keeps an entire paragraph trimmed? This would be convenient
Frank> for editing plain text files.

For plain text files see "M-q". C-mode supports M-q for identing whole blocks
the right way.

ESC q runs the command fill-paragraph
   which is an interactive compiled Lisp function in `textmodes/fill'.
(fill-paragraph ARG)

Fill paragraph at or after point.  Prefix ARG means justify as well.
If `sentence-end-double-space' is non-nil, then period followed by one
space does not end a sentence, so don't break a line there.
the variable `fill-column' controls the width for filling.

If `fill-paragraph-function' is non-nil, we call it (passing our
argument to it), and if it returns non-nil, we simply return its value.

If `fill-paragraph-function' is nil, return the `fill-prefix' used for
filling.

     Hth -- Peter

-- 
Consultant der CLASS AG   http://www.class.de
Professional Services
mobil +49 (0) 172/837 91 25
mailto:Peter.Weiss@class.de

  reply	other threads:[~2002-09-09  8:16 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-09  7:54 Two questions Frank Winkler @home
2002-09-09  8:16 ` Peter Weiss, Sun Microsystems, Germany [this message]
2002-09-09 17:33   ` Frank Winkler @home
2002-09-09 22:53     ` Chuck Siska
     [not found]     ` <mailman.1031612047.20238.help-gnu-emacs@gnu.org>
2002-09-10  7:02       ` Frank Winkler @home
2002-09-10 12:09         ` Kai Großjohann
2002-09-10 13:10           ` Frank Winkler @home
2002-09-10 13:11           ` Frank Winkler @home
2002-09-10 13:23             ` Kai Großjohann
2002-09-10 13:56               ` Frank Winkler @home
2002-09-10  7:42     ` Peter Weiss, Sun Microsystems, Germany
2002-09-11 14:18       ` Frank Winkler @home
2002-09-11 16:01         ` kgold
2002-09-11 19:04           ` Frank Winkler @home
2002-09-11 20:02             ` Stefan Monnier <foo@acm.com>
2002-09-12  6:50               ` Frank Winkler @home
2002-09-12  7:06                 ` Miles Bader
     [not found]                 ` <mailman.1031814431.26390.help-gnu-emacs@gnu.org>
2002-09-12  7:39                   ` Frank Winkler @home
2002-09-12  7:51                   ` Frank Winkler @home
2002-09-12  9:01                     ` Miles Bader
     [not found]                     ` <mailman.1031821331.8438.help-gnu-emacs@gnu.org>
2002-09-12 10:42                       ` Frank Winkler @home
2002-09-12 11:48                         ` Kai Großjohann
2002-09-12 11:54                           ` Frank Winkler @home
2002-09-12 11:01             ` Kai Großjohann
2002-09-12 11:55               ` Frank Winkler @home
2002-09-11 17:42         ` Kai Großjohann
2002-09-11 19:32           ` Frank Winkler @home
2002-09-12  0:57         ` Jeff Mincy
2002-09-12  6:53           ` Frank Winkler @home
2002-09-12 10:13             ` Kai Großjohann
2002-09-12 10:29             ` Vivek Dasmohapatra
  -- strict thread matches above, loose matches on Subject: below --
2003-06-02  7:02 Urban Gabor
     [not found] <mailman.7131.1054537809.21513.help-gnu-emacs@gnu.org>
2003-06-02  8:22 ` Holger Sparr
2003-06-02  8:25 ` Kai Großjohann
2003-06-02 22:01   ` Balaji Venkataraman
2003-06-03 12:10     ` Kevin Dziulko
2003-06-03 13:05     ` Rob Thorpe
2003-06-04 13:49       ` Pascal Bourguignon
2003-06-04 15:38         ` Stefan Monnier
2003-06-05 17:14     ` Kai Großjohann
2020-01-29 17:26 Perry Smith
2020-01-29 17:45 ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xpxyadmrshl2.fsf@Germany.Sun.com \
    --to=peter.weiss@germany.sun.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).