From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
Cc: emacs-devel@gnu.org
Subject: Re: Problems with info (emacs version)
Date: Mon, 02 Jun 2003 13:17:43 -0400 [thread overview]
Message-ID: <200306021717.h52HHhQf016260@rum.cs.yale.edu> (raw)
In-Reply-To: 200306020333.h523XMC23468@eel.dms.auburn.edu
> 3. Invisible text suddenly becomes visible when yanked inside an
> Emacs buffer (by default). Text with the display property does
> not when yanked in an Emacs buffer, but does when yanked into
> other applications. Try to make sense of that if you do not know
> about the invisibility property, yank-ignored-properties or the
> display property. (I would guess that most newbies or casual
> users do not know about any of these, let alone about all of them
> and their subtleties.) Some text appears completely out of
> nowhere when yanking into an Emacs buffer and then suddenly even
> more text appears when yanking it elsewhere. What is going on?
I think we should solve the above as follows:
Instead of marking lines as:
* CVS:(cvs). The CVS thingy.
^^^^^^^^^^^^^^^^^^^^^^^^
(display " ")
we should mark them as follows:
* CVS:(cvs). The CVS thingy.
^^^^^^^ ^^^^^^^^^^^^^^^^
invisible (display (space :align-to 24))
the idea being that `display' is only used to turn a set of spaces
into some other representation of "some number of space". and the
text that's really made invisible uses the `invisible' property,
so the rest of Emacs knows better how to handle it.
Stefan
next prev parent reply other threads:[~2003-06-02 17:17 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-02 3:33 Problems with info (emacs version) Luc Teirlinck
2003-06-02 4:29 ` Eli Zaretskii
2003-06-02 6:51 ` Kenichi Handa
2003-06-03 4:06 ` Richard Stallman
2003-06-03 4:18 ` Luc Teirlinck
2003-06-02 17:17 ` Stefan Monnier [this message]
2003-06-02 18:23 ` Luc Teirlinck
2003-06-03 4:06 ` Richard Stallman
2003-06-03 4:45 ` Luc Teirlinck
2003-06-03 18:03 ` Robert J. Chassell
2003-06-03 18:38 ` Luc Teirlinck
2003-06-03 5:22 ` Luc Teirlinck
2003-06-03 5:58 ` Simon Josefsson
2003-06-03 6:07 ` Miles Bader
2003-06-03 6:35 ` Simon Josefsson
2003-06-03 6:46 ` Miles Bader
2003-06-03 19:15 ` Simon Josefsson
2003-06-03 19:25 ` Miles Bader
2003-06-03 19:46 ` Simon Josefsson
2003-06-03 19:58 ` Luc Teirlinck
2003-06-03 20:05 ` Simon Josefsson
2003-06-03 23:26 ` Miles Bader
2003-06-03 13:49 ` Luc Teirlinck
2003-06-03 14:56 ` David Kastrup
2003-06-03 16:23 ` Stefan Monnier
2003-06-03 16:24 ` Luc Teirlinck
2003-06-05 0:08 ` Richard Stallman
2003-06-03 16:45 ` Luc Teirlinck
2003-06-03 19:23 ` Simon Josefsson
2003-06-03 19:40 ` Luc Teirlinck
2003-06-05 0:07 ` Richard Stallman
2003-06-03 14:07 ` Luc Teirlinck
2003-06-03 18:11 ` Robert J. Chassell
2003-06-04 8:53 ` Richard Stallman
2003-06-04 18:05 ` Luc Teirlinck
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=200306021717.h52HHhQf016260@rum.cs.yale.edu \
--to=monnier+gnu/emacs@rum.cs.yale.edu \
--cc=emacs-devel@gnu.org \
/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.