unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Emanuel Berg <incal@dataswamp.org>
To: help-gnu-emacs@gnu.org
Subject: Re: typing slows down dramatically when typing digits in emails
Date: Thu, 22 Dec 2022 05:34:17 +0100	[thread overview]
Message-ID: <87r0wsys3a.fsf@dataswamp.org> (raw)
In-Reply-To: jwvpmccm69q.fsf-monnier+emacs@gnu.org

Stefan Monnier via Users list for the GNU Emacs text editor wrote:

> Which version of Emacs is that?

We should have a Gnus posting style that inserts the Emacs
version last in each post that goes to a GNU Emacs list, and
that would be computed each time, so after that, to quote the
Captain of Titanic, "now nothing can go wrong" ... and we
would be saving time as well!

(info "(gnus) Posting Styles")

;;; -*- lexical-binding: t -*-
;;
;; this file:
;;   https://dataswamp.org/~incal/emacs-init/meta.el
;;
;; also see:
;;   https://dataswamp.org/~incal/emacs-init/w3m/w3m-version.el
;;
;; example:
;;   GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.16.0)
;;   of 2022-05-22 [commit 714970f5967f2153bb95e35823dbd917e0e5b60b]

(defun emacs-version-commit (&optional here)
  (interactive "P")
  (let ((ver (replace-regexp-in-string " \\(of\\)" "\\1"
               (format "%s [commit %s]"
                 (emacs-version)
                 (emacs-repository-get-version) ))))
    (when here
      (insert ver) )
    (message ver) ))

(defalias 'ever #'emacs-version-commit)

-- 
underground experts united
https://dataswamp.org/~incal




  reply	other threads:[~2022-12-22  4:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-21 13:53 typing slows down dramatically when typing digits in emails Eric S Fraga
2022-12-22  4:09 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-12-22  4:34   ` Emanuel Berg [this message]
2022-12-22  4:45     ` always latest Emacs (was: Re: typing slows down dramatically when typing digits in emails) Emanuel Berg
2022-12-22 10:22   ` typing slows down dramatically when typing digits in emails Eric S Fraga
2022-12-22 21:29     ` cape and boundaries (was: typing slows down dramatically when typing digits in emails) Stefan Monnier via Users list for the GNU Emacs text editor
2022-12-23 12:14       ` cape and boundaries Eric S Fraga

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=87r0wsys3a.fsf@dataswamp.org \
    --to=incal@dataswamp.org \
    --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.
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).