unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Mathias Dahl <brakjoller@gmail.com>
Subject: Re: Emacs as an external flowed-text editor?
Date: Wed, 14 Jun 2006 17:44:06 +0200	[thread overview]
Message-ID: <u64j3wxmh.fsf@gmail.com> (raw)
In-Reply-To: 87d5dbommx.fsf@chemnitz.dialup.cs.tu-berlin.de

Bjoern Voigt <bjoernvoigt@compuserve.de> writes:

> Because flow-fill.el is already in Emacs/Gnus it's clear that Emacs can
> display and compose flowed text. But I don't know what I have to write
> into my .emacs file to activate this mode. 

I looked at flow-fill.el now and I don't see any mode in it.

> The "fill-flowed" function is
> not interactively avaliable after loading gnus/flow-fill.el with
> "load-file", "autoload" or "require".

What about just adding an interactive wrapper function so that you can
flow-fill the text when you want? Something like this:

(defun my-fill-flowed ()
  "Call fill-flowed in flow-fill.el."
  (interactive)
  (require 'flow-fill)
  (fill-flowed))

You can probably arrange for that (or the normal `fill-flowed' of
course) to be called when certain files or buffers open if you want,
if there is any such "rule" that you could match against.

/Mathias

      reply	other threads:[~2006-06-14 15:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-12 11:10 Emacs as an external flowed-text editor? Bjoern Voigt
2006-06-12 19:21 ` roodwriter
2006-06-14 14:08   ` Bjoern Voigt
2006-06-14 15:44     ` Mathias Dahl [this message]

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=u64j3wxmh.fsf@gmail.com \
    --to=brakjoller@gmail.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).