emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6532: closed (text properties follow along text


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6532: closed (text properties follow along text copied to other buffers)
Date: Mon, 28 Jun 2010 18:41:02 +0000

Your message dated Mon, 28 Jun 2010 21:42:00 +0300
with message-id <address@hidden>
and subject line Re: bug#6532: text properties follow along text copied to 
other buffers
has caused the GNU bug report #6532,
regarding text properties follow along text copied to other buffers
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6532: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6532
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: text properties follow along text copied to other buffers Date: Tue, 29 Jun 2010 01:42:57 +0800
Is it a bug or a feature that when I copy some glowing blue characters
to another buffer, they stay glowing blue, instead of adopting the drab
colors of other text that was typed into that buffer?

E.g., C-u C-x = shows this, even on text that was copied to a plain
text-mode buffer:

There are text properties here:
  balloon-help         nil
  face                 (w3m-anchor w3m-italic w3m-bold)
  rear-nonsticky       t
  w3m-anchor-sequence  23
  w3m-balloon-help     "http://www.youtube.com/watch?v=X9xWuvRaQ6g";
  w3m-href-anchor      "http://www.youtube.com/watch?v=X9xWuvRaQ6g";
  w3m-name-anchor      [Show]
  w3m-name-anchor2     ("tsf-oq" "logo" "gbe" "gbf" "gbn")
  w3m-safe-url-regexp  nil

Indeed, the only way I know to clean them up is
C-x h C-u <escape> | c a t <return>

emacs-version "24.0.50.1"



--- End Message ---
--- Begin Message --- Subject: Re: bug#6532: text properties follow along text copied to other buffers Date: Mon, 28 Jun 2010 21:42:00 +0300
> From: address@hidden
> Date: Tue, 29 Jun 2010 01:42:57 +0800
> Cc: 
> 
> Is it a bug or a feature that when I copy some glowing blue characters
> to another buffer, they stay glowing blue, instead of adopting the drab
> colors of other text that was typed into that buffer?

Feature.  If you don't like it, set yank-excluded-properties to t.  Or
type "M-o M-o" after yanking.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]