From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r118062: * lisp/icomplete.el: Move Iswitchb autoload here. Much simpler. Date: Mon, 06 Oct 2014 14:47:37 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1412621280 5517 80.91.229.3 (6 Oct 2014 18:48:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Oct 2014 18:48:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 06 20:47:55 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XbDK6-0001QL-05 for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2014 20:47:54 +0200 Original-Received: from localhost ([::1]:53768 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbDK5-0007CC-Mv for ged-emacs-devel@m.gmane.org; Mon, 06 Oct 2014 14:47:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbDJr-0007C7-5n for emacs-devel@gnu.org; Mon, 06 Oct 2014 14:47:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbDJq-0002XW-4Y for emacs-devel@gnu.org; Mon, 06 Oct 2014 14:47:39 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbDJq-0002XR-18 for emacs-devel@gnu.org; Mon, 06 Oct 2014 14:47:38 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1XbDJp-0006iP-DG; Mon, 06 Oct 2014 14:47:37 -0400 X-Spook: beanpole Panama David John Oates Iran UFO NORAD Zachawi X-Ran: a6+D2&]gLrMw!~_Aj;3B2_qNg,c0C.XE%9@\$Ac53aCZ"i6|pQqcKku[@~0JBjEq}HRf3. X-Hue: yellow X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:175038 Archived-At: Existing customization of iswitchb-mode to non-nil will no longer be respected following your change, so you might want to bring the rest of this back: http://lists.gnu.org/archive/html/emacs-diffs/2014-03/msg00325.html The whole point of this was to be re-usable the next time this was needed, without hand-written autoloads; but whatever, I imagine you'll say there won't be a next time. (The reason this got more complicated was bugs in autoload generation.)