Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* "Pasting" markers in articles and mails
@ 2012-05-31  9:06 Christian Kellermann
  2012-05-31  9:17 ` Alberto Luaces
  2012-05-31 10:11 ` Pedro Silva
  0 siblings, 2 replies; 3+ messages in thread
From: Christian Kellermann @ 2012-05-31  9:06 UTC (permalink / raw)
  To: info-gnus-english

Dear Reader,

I have seen that in some people's posts pasted snippets have been marked
with a green background by gnus.

What's the name of that feature and how can I flag my quotes as such?

Kind regards,

Christian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "Pasting" markers in articles and mails
  2012-05-31  9:06 "Pasting" markers in articles and mails Christian Kellermann
@ 2012-05-31  9:17 ` Alberto Luaces
  2012-05-31 10:11 ` Pedro Silva
  1 sibling, 0 replies; 3+ messages in thread
From: Alberto Luaces @ 2012-05-31  9:17 UTC (permalink / raw)
  To: info-gnus-english

Christian Kellermann writes:

> Dear Reader,
>
> I have seen that in some people's posts pasted snippets have been marked
> with a green background by gnus.
>
> What's the name of that feature and how can I flag my quotes as such?

In general you can see the raw codes they used with C-u g, and then
looking for these tags in the source code or the documentation.

Regards,

-- 
Alberto

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: "Pasting" markers in articles and mails
  2012-05-31  9:06 "Pasting" markers in articles and mails Christian Kellermann
  2012-05-31  9:17 ` Alberto Luaces
@ 2012-05-31 10:11 ` Pedro Silva
  1 sibling, 0 replies; 3+ messages in thread
From: Pedro Silva @ 2012-05-31 10:11 UTC (permalink / raw)
  To: info-gnus-english

Christian Kellermann <ckeen@pestilenz.org> writes:

> I have seen that in some people's posts pasted snippets have been marked
> with a green background by gnus.
>
> What's the name of that feature and how can I flag my quotes as such?

It's message mode:

--8<---------------cut here---------------start------------->8---
C-c M-m runs the command message-mark-inserted-region, which is an
interactive compiled Lisp function in `message.el'.

It is bound to C-c M-m, <menu-bar> <Message> <Insert Region Marked>.

(message-mark-inserted-region BEG END &optional VERBATIM)

Mark some region in the current article with enclosing tags.
See `message-mark-insert-begin' and `message-mark-insert-end'.
If VERBATIM, use slrn style verbatim marks ("#v+" and "#v-").
--8<---------------cut here---------------end--------------->8---

Or if you want to include a marked file:

--8<---------------cut here---------------start------------->8---
C-c M-f runs the command message-mark-insert-file, which is an
interactive compiled Lisp function in `message.el'.

It is bound to C-c M-f, <menu-bar> <Message> <Insert File Marked...>.

(message-mark-insert-file FILE &optional VERBATIM)

Insert FILE at point, marking it with enclosing tags.
See `message-mark-insert-begin' and `message-mark-insert-end'.
If VERBATIM, use slrn style verbatim marks ("#v+" and "#v-").
--8<---------------cut here---------------end--------------->8---

-- 
Pedro

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-31 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-31  9:06 "Pasting" markers in articles and mails Christian Kellermann
2012-05-31  9:17 ` Alberto Luaces
2012-05-31 10:11 ` Pedro Silva

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 NNTP newsgroup(s).