all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Robert Park <r@robru.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Call for testing: Daily snapshot builds of Emacs for Ubuntu
Date: Mon, 13 May 2013 22:48:36 -0400	[thread overview]
Message-ID: <lappwu1dkr.fsf@fencepost.gnu.org> (raw)
In-Reply-To: CAL3PwKx-iFXendQAfciU3XyJtb+b7L-tk0FXtKcch4suWjK0oA@mail.gmail.com

Robert Park wrote:

> there's still a lot of cruft that I am rebelling against. Like 800
> lines worth of distropatching just to rip out some GFDL stuff. I find
> that kind of thing quite odious and pride myself on having a packaging
> branch that has no distropatches at all ;-)

I only count 7 Debian patches to Emacs:
http://patch-tracker.debian.org/package/emacs24/24.3+1-1

Of course it is trivial to remove some of those if you don't need to
obide by the rules that the distribution sets (on what they consider
acceptable free software licenses in this instance) for its packages.

Of the remaining 5 patches, the rest are all small.
One is the debian-startup thing, one adds a pointer to Debian-specific
docs, one modifies the version string, one handles the fact that they
install it as "emacs24", and the last one is some flymake trivia that 
should as of just now be unnecessary.

> Is there any possibility of generalizing this and having it accepted
> in upstream emacs? Obviously we wouldn't commit any debianisms into
> emacs trunk but it seems like it might be generally useful for emacs
> to have some kind of site-start.d directory for all distros to place
> custom startup scripts into.

AFAICS, Red Hat solved this with a trivial and sensible-looking site-start.el:

;; load ".el" files in "/usr/share/emacs/site-lisp/site-start.d/" on startup
(mapc 'load
      (directory-files "/usr/share/emacs/site-lisp/site-start.d" t "\\.el\\'"))

I don't know what the debian-startup thing brings to the table beyond that.
(I'd probably ask http://lists.debian.org/debian-emacsen/ if I wanted to
know.)



  reply	other threads:[~2013-05-14  2:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-12  0:06 Call for testing: Daily snapshot builds of Emacs for Ubuntu Robert Park
2013-05-12  2:23 ` W. Greenhouse
2013-05-13 22:18   ` Robert Park
2013-05-13  9:08 ` Julien Danjou
2013-05-13 21:32   ` Robert Park
2013-05-14  2:48     ` Glenn Morris [this message]
2013-05-14  7:07       ` Robert Park
2013-05-14  9:06         ` Stephen J. Turnbull
2013-05-14  9:38     ` Julien Danjou
2013-05-14 21:05 ` Barry Warsaw
2013-05-15  3:36   ` Robert Park

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=lappwu1dkr.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=r@robru.ca \
    /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.