From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/65838 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: syncing from Emacs to Gnus [was Re: declare-function in files from Gnus (hashcash.el, imap.el)] Date: Sat, 01 Dec 2007 16:42:41 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1196545377 29423 80.91.229.12 (1 Dec 2007 21:42:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Dec 2007 21:42:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 01 22:43:05 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iya75-0002FQ-1p for ged-emacs-devel@m.gmane.org; Sat, 01 Dec 2007 22:43:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iya6o-0006NY-RF for ged-emacs-devel@m.gmane.org; Sat, 01 Dec 2007 16:42:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iya6l-0006NT-N1 for emacs-devel@gnu.org; Sat, 01 Dec 2007 16:42:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iya6k-0006NG-9l for emacs-devel@gnu.org; Sat, 01 Dec 2007 16:42:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iya6k-0006ND-66 for emacs-devel@gnu.org; Sat, 01 Dec 2007 16:42:42 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iya6j-0004qe-Si for emacs-devel@gnu.org; Sat, 01 Dec 2007 16:42:41 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Iya6j-0003nZ-7d; Sat, 01 Dec 2007 16:42:41 -0500 X-Spook: Compsec cracking mailbomb mania encryption Delta Force X-Ran: {[[&zoA\ih0nBxT@\pWM%'~1jL2lt>dyZZcdE/N.:6s}h4znzhPG9:t""Y:`uQ$Hi^_1[` X-Hue: black X-Attribution: GM In-Reply-To: (Reiner Steib's message of "Fri, 30 Nov 2007 23:56:58 +0100") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84447 gmane.emacs.gnus.general:65838 Archived-At: Reiner Steib wrote: > I think the following changes... > > * mail/hashcash.el (message-narrow-to-headers-or-head) > * net/imap.el (sasl-find-mechanism, sasl-mechanism-name) [...] > ... will break compatibility of Gnus with Emacs 21, Emacs 22.1 and > XEmacs when synced to Gnus repository (doesn't happen immediately, > because Miles is on a trip). Perhaps you only want to sync the files from the lisp/gnus directory in Emacs to Gnus? In other words, stop syncing files once they get moved out of the gnus/ directory? Have a static "contrib" directory in Gnus, or something, that provides the files if they are not already in the Emacs distribution... Just an idea.