unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefankangas@gmail.com>
To: Ihor Radchenko <yantar92@posteo.net>, rms@gnu.org
Cc: luangruo@yahoo.com, 61325@debbugs.gnu.org
Subject: bug#61325: 30.0.50; Jokes in GNUS manual
Date: Sun, 19 Feb 2023 04:24:01 -0800	[thread overview]
Message-ID: <CADwFkm=yBp5uuGutOFjFUN6SFo9-R57rDxdJ1r2J4S+KGZhB4g@mail.gmail.com> (raw)
In-Reply-To: <87mt5aj626.fsf@localhost>

Ihor Radchenko <yantar92@posteo.net> writes:

> I am attaching a patch from another user with some jokes being rewritten
> using different terms.

I suggest this alternative and much more minimal patch, which only
removes the most unnecessary references to "sex" (replacing it with
"meme", which is what most of the internet is about these days) but
keeps the reference to something as innocuous as a "date" (which in
standard American English could mean just having dinner) and "naughty"
(which according to Merriam-Webster means "engaging in or marked by
childish misbehavior").

If this is acceptable, I suggest installing this and moving on.

diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 486171a080a..7d6898bdcea 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -3860,10 +3860,10 @@ Group Topics

 If you read lots and lots of groups, it might be convenient to group
 them hierarchically according to topics.  You put your Emacs groups over
-here, your sex groups over there, and the rest (what, two groups or so?)
+here, your meme groups over there, and the rest (what, two groups or so?)
 you put in some misc section that you never bother with anyway.  You can
-even group the Emacs sex groups as a sub-topic to either the Emacs
-groups or the sex groups---or both!  Go wild!
+even group the Emacs meme groups as a sub-topic to either the Emacs
+groups or the meme groups---or both!  Go wild!

 @iftex
 @iflatex
@@ -3880,8 +3880,8 @@ Group Topics
   Emacs -- I wuw it!
      3: comp.emacs
      2: alt.religion.emacs
-    Naughty Emacs
-     452: alt.sex.emacs
+    Wayward Emacs
+     452: alt.meme.emacs
        0: comp.talk.emacs.recovery
   Misc
      8: comp.binaries.fractals
@@ -4280,8 +4280,8 @@ Topic Topology
   Emacs -- I wuw it!
      3: comp.emacs
      2: alt.religion.emacs
-    Naughty Emacs
-     452: alt.sex.emacs
+    Wayward Emacs
+     452: alt.meme.emacs
        0: comp.talk.emacs.recovery
   Misc
      8: comp.binaries.fractals
@@ -4297,7 +4297,7 @@ Topic Topology
 @lisp
 (("Gnus" visible)
  (("Emacs -- I wuw it!" visible)
-  (("Naughty Emacs" visible)))
+  (("Wayward Emacs" visible)))
  (("Misc" visible)))
 @end lisp

@@ -4351,14 +4351,14 @@ Topic Parameters
   Emacs
      3: comp.emacs
      2: alt.religion.emacs
-   452: alt.sex.emacs
+   452: alt.meme.emacs
     Relief
-     452: alt.sex.emacs
+     452: alt.meme.emacs
        0: comp.talk.emacs.recovery
   Misc
      8: comp.binaries.fractals
     13: comp.sources.unix
-   452: alt.sex.emacs
+   452: alt.meme.emacs
 @end group
 @end example

@@ -4369,7 +4369,7 @@ Topic Parameters
 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
 . "religion.SCORE")}.

-Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
+Now, when you enter @samp{alt.meme.emacs} in the @samp{Relief} topic, you
 will get the @file{relief.SCORE} home score file.  If you enter the same
 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
@@ -21109,18 +21109,18 @@ Reverse Scoring
 @section Reverse Scoring
 @cindex reverse scoring

-If you want to keep just articles that have @samp{Sex with Emacs} in the
+If you want to keep just articles that have @samp{Fun with Emacs} in the
 subject header, and expunge all other articles, you could put something
 like this in your score file:

 @lisp
 (("subject"
-  ("Sex with Emacs" 2))
+  ("Fun with Emacs" 2))
  (mark 1)
  (expunge 1))
 @end lisp

-So, you raise all articles that match @samp{Sex with Emacs} and mark the
+So, you raise all articles that match @samp{Fun with Emacs} and mark the
 rest as read, and expunge them to boot.





  parent reply	other threads:[~2023-02-19 12:24 UTC|newest]

Thread overview: 136+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-06 16:01 bug#61325: 30.0.50; Jokes in GNUS manual Ihor Radchenko
2023-02-06 16:20 ` dick
2023-02-12  6:11   ` Jean Louis
2023-02-06 16:27 ` Eli Zaretskii
2023-02-06 16:38   ` Ihor Radchenko
2023-02-06 16:42     ` Ihor Radchenko
2023-02-06 16:51     ` Eli Zaretskii
2023-02-06 17:04       ` Ihor Radchenko
2023-02-18 13:59   ` Petteri Hintsanen
2023-02-19 10:43     ` Ihor Radchenko
2023-02-20  5:18     ` Richard Stallman
2023-02-06 17:23 ` Pankaj Jangid
2023-02-06 17:49   ` Ihor Radchenko
2023-02-06 18:37     ` Pankaj Jangid
2023-02-06 18:45       ` Ihor Radchenko
2023-02-07  2:04 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-07 11:24   ` Ihor Radchenko
2023-02-07 12:36     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-07 13:01       ` Ihor Radchenko
2023-02-07 14:03         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-07 14:43           ` Ihor Radchenko
2023-02-07 15:10             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-07 16:15               ` Ihor Radchenko
2023-02-08  1:28                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-08 11:40                   ` Ihor Radchenko
2023-02-08 11:41                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-08 11:59                       ` Ihor Radchenko
2023-02-08 12:50                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-15 14:55                           ` Ihor Radchenko
2023-02-16  1:29                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-17 12:25                               ` Ihor Radchenko
2023-02-18  4:19                             ` Richard Stallman
2023-02-18 11:14                               ` Ihor Radchenko
2023-02-20  5:19                                 ` Richard Stallman
2023-02-22 13:43                                   ` Eli Zaretskii
2023-02-25  4:09                                     ` Richard Stallman
2023-02-08 12:36                       ` Eli Zaretskii
2023-02-12  6:38                 ` Jean Louis
2023-02-09  4:28           ` Richard Stallman
2023-02-07 19:45         ` Pankaj Jangid
2023-02-07 19:56           ` Ihor Radchenko
2023-02-09  4:28         ` Richard Stallman
2023-02-07 14:15       ` dick
2023-02-07 15:09         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-07 15:17           ` Eli Zaretskii
2023-02-08  8:11             ` Michael Albinus
2023-02-08 12:31               ` Eli Zaretskii
2023-02-08 12:59                 ` Michael Albinus
2023-02-07 15:41       ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-09  4:28         ` Richard Stallman
2023-02-09 16:44           ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-12  4:03             ` Richard Stallman
2023-02-08  4:31   ` Richard Stallman
2023-02-08  4:46     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-12  6:46       ` Jean Louis
2023-02-15 14:47       ` Ihor Radchenko
2023-02-16  1:27         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-17 12:38           ` Ihor Radchenko
2023-02-17  5:22         ` Jean Louis
2023-02-19  4:50           ` Richard Stallman
2023-02-19  5:04             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-22  4:33               ` Richard Stallman
2023-02-22  6:02                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-26  2:59                   ` Richard Stallman
2023-02-08 13:06     ` dick
2023-02-08 15:35       ` Akib Azmain Turja via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-08 16:06         ` dick
2023-02-15 14:37     ` Ihor Radchenko
2023-02-16  1:34       ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-17 12:49         ` Ihor Radchenko
2023-02-19  4:50           ` Richard Stallman
2023-02-19 10:36             ` Ihor Radchenko
2023-02-19 11:01               ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-19 11:13                 ` Eli Zaretskii
2023-02-20 11:50                 ` Ihor Radchenko
2023-02-20 12:34                   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-07 13:29                     ` Ihor Radchenko
2023-03-07 20:02                       ` No Wayman
2023-03-07 20:12                         ` Eli Zaretskii
2023-02-19 12:24               ` Stefan Kangas [this message]
2023-02-19 13:05                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-19 13:45                   ` Stefan Kangas
2023-02-20 18:29                   ` Gregory Heytings
2023-02-21  2:30                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-22  4:34                     ` Richard Stallman
2023-02-22  4:35                     ` Richard Stallman
2023-03-07 13:48                       ` Ihor Radchenko
2023-03-08  0:22                         ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-08 14:05                           ` Ihor Radchenko
2023-03-09  1:14                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10  4:25                               ` Richard Stallman
2023-03-10  7:03                                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-09  4:28                           ` Richard Stallman
2023-03-08  5:34                         ` Jean Louis
2023-03-08 14:13                           ` Ihor Radchenko
2023-03-09  1:21                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-13 14:50                             ` Jean Louis
2023-03-09  4:26                         ` Richard Stallman
2023-03-10 11:33                           ` Ihor Radchenko
2023-03-10 11:34                           ` Ihor Radchenko
2023-03-10 12:06                             ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-10 12:37                               ` Eli Zaretskii
2023-03-10 12:41                                 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-13 15:01                               ` Jean Louis
2023-02-19 15:56                 ` Drew Adams
2023-02-20 12:00                   ` Ihor Radchenko
2023-02-20 12:37                     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-20 14:28                     ` Michael Albinus
2023-02-20 14:34                       ` Ihor Radchenko
2023-02-20 17:01                     ` Drew Adams
2023-02-20 11:55                 ` Ihor Radchenko
2023-02-27  3:26               ` Richard Stallman
2023-02-19  5:07           ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-02-18  4:19       ` Richard Stallman
2023-02-19 10:25         ` Ihor Radchenko
2023-02-15 15:34     ` Stefan Kangas
2023-02-15 16:00       ` Robert Pluim
2023-02-18  4:19         ` Richard Stallman
2023-02-17  5:24       ` Jean Louis
2023-02-19  4:50         ` Richard Stallman
2023-02-08 13:42 ` Visuwesh
2023-02-12  6:56   ` Jean Louis
2023-02-12  6:32 ` Jean Louis
2023-02-14  4:51   ` Richard Stallman
2023-02-14 11:17     ` Jean Louis
2023-03-09  4:05 ` Sam James
2023-03-09 14:10   ` Dmitry Gutov
2023-03-09 14:17     ` Robert Pluim
2023-03-09 16:57       ` Dmitry Gutov
2023-03-09 17:06         ` Robert Pluim
2023-03-09 20:10       ` Jose A. Ortega Ruiz
2023-03-10 10:53   ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-03-13 15:05     ` Jean Louis
2023-09-06  6:53 ` Stefan Kangas
2023-09-06  7:10   ` Ihor Radchenko
2023-09-06  7:30     ` Stefan Kangas

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to='CADwFkm=yBp5uuGutOFjFUN6SFo9-R57rDxdJ1r2J4S+KGZhB4g@mail.gmail.com' \
    --to=stefankangas@gmail.com \
    --cc=61325@debbugs.gnu.org \
    --cc=luangruo@yahoo.com \
    --cc=rms@gnu.org \
    --cc=yantar92@posteo.net \
    /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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).