all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: displaying one character per line.
Date: Tue, 24 Feb 2004 09:38:32 +0100	[thread overview]
Message-ID: <87eksk27p3.fsf@emptyhost.emptydomain.de> (raw)
In-Reply-To: mailman.311.1077514489.340.help-gnu-emacs@gnu.org

Joe Corneli <jcorneli@math.utexas.edu> writes:

> I don't mean just the search-and-replace solution: I am thinking
> that the buffer should have the same content as it does normally,
> just shown in this weird display mode.  I'd also like to be able to
> do a word-based version of the same thing:

You can add overlays to the buffer with :before-string or
:after-string properties.  Not sure if this is also possible with text
properties, though.  If you need to use overlays, then you need to
move the overlays when the buffer changes...

longlines.el uses a similar mechanism to show hard newlines with the ¶
symbol.  But I didn't write it, so I don't know how it is done.

Kai

  parent reply	other threads:[~2004-02-24  8:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.311.1077514489.340.help-gnu-emacs@gnu.org>
2004-02-23  6:21 ` displaying one character per line Sandip Chitale
2004-02-23  9:40 ` Floyd Davidson
2004-02-23 12:23 ` Alan Mackenzie
2004-02-24  8:38 ` Kai Grossjohann [this message]
2004-02-23 19:47 Joe Corneli
  -- strict thread matches above, loose matches on Subject: below --
2004-02-23  5:33 Joe Corneli

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

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

  git send-email \
    --in-reply-to=87eksk27p3.fsf@emptyhost.emptydomain.de \
    --to=kai@emptydomain.de \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.