From: Teemu Likonen <tlikonen@iki.fi>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: kill ring questions, #emacs
Date: Sun, 15 Apr 2018 09:40:07 +0300 [thread overview]
Message-ID: <87wox9m0qg.fsf@iki.fi> (raw)
In-Reply-To: <86vact5d1k.fsf@zoho.com> (Emanuel Berg's message of "Sun, 15 Apr 2018 06:06:15 +0200")
[-- Attachment #1: Type: text/plain, Size: 523 bytes --]
Emanuel Berg [2018-04-15 06:06:15+02] wrote:
> <incal> also why is the kill ring fontified?
> why not let that be determined by the
> mode/context of the new place, where it
> is yanked?
I can't answer the "why" question but since I don't like it when I'm
yankin I exclude all face properties on yank:
(add-to-list 'yank-excluded-properties 'face)
--
/// Teemu Likonen - .-.. <https://keybase.io/tlikonen> //
// PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 ///
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2018-04-15 6:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-15 4:06 kill ring questions, #emacs Emanuel Berg
2018-04-15 4:28 ` Emanuel Berg
2018-04-15 5:36 ` Marcin Borkowski
2018-04-15 6:40 ` Teemu Likonen [this message]
[not found] ` <mailman.12417.1523770740.27995.help-gnu-emacs@gnu.org>
2018-04-15 14:17 ` Emanuel Berg
[not found] ` <mailman.12418.1523774421.27995.help-gnu-emacs@gnu.org>
2018-04-15 14:18 ` Emanuel Berg
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=87wox9m0qg.fsf@iki.fi \
--to=tlikonen@iki.fi \
--cc=help-gnu-emacs@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.