all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <moasenwood@zoho.eu>
To: help-gnu-emacs@gnu.org
Subject: Re: What is the policy for moving a feature into core or not?
Date: Sat, 03 Aug 2019 19:45:08 +0200	[thread overview]
Message-ID: <864l2y16u3.fsf@zoho.eu> (raw)
In-Reply-To: jwv5znjy4y7.fsf-monnier+emacs@gnu.org

Stefan Monnier wrote:

> For GNU ELPA specifically, there is no
> special policy: any package is
> acceptable, basically.

Really? You are not browsing the code to see if
it makes sense and does something that is
useful to some thinkable subset of the Emacs
user base?

> PS: Here's my own kill ring browser, which
> I call from `yank-pop` when the last command
> was not `yank`.

I have this. I suppose it is one of those lines
of code you are not supposed to understand.

(defun yank-pop-back (&optional arg)
  (interactive "*p")
  (yank-pop (if arg (* arg -1) -1)) )

https://dataswamp.org/~incal/emacs-init/yank-my.el

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




  reply	other threads:[~2019-08-03 17:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-30 11:58 What is the policy for moving a feature into core or not? ndame
2019-07-30 13:31 ` tomas
2019-07-30 13:59   ` John Yates
2019-07-30 14:34 ` Stefan Monnier
2019-08-03 17:45   ` Emanuel Berg [this message]
2019-08-04 13:05     ` Stefan Monnier
  -- strict thread matches above, loose matches on Subject: below --
2019-07-30 14:10 ndame
2019-07-30 14:13 ` tomas
2019-07-30 14:53   ` Eli Zaretskii
2019-07-30  6:20 ndame
2019-07-30  7:31 ` tomas
2019-12-14 11:29 ` Emanuel Berg via Users list for the GNU Emacs text editor
2019-12-14 12:30 ` Óscar Fuentes
2019-12-14 14:05 ` Óscar Fuentes

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=864l2y16u3.fsf@zoho.eu \
    --to=moasenwood@zoho.eu \
    --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.