From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: For insertion in trunk Date: Sat, 21 Apr 2012 10:23:35 +0200 Message-ID: <87y5ppze60.fsf@gmx.de> References: <87sjfyqzhc.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334996634 29078 80.91.229.3 (21 Apr 2012 08:23:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2012 08:23:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 21 10:23:53 2012 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 1SLVbk-0007nm-MA for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 10:23:52 +0200 Original-Received: from localhost ([::1]:53062 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLVbj-0002SW-Px for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 04:23:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLVbe-0002Rk-0O for emacs-devel@gnu.org; Sat, 21 Apr 2012 04:23:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLVbZ-0006fJ-Ik for emacs-devel@gnu.org; Sat, 21 Apr 2012 04:23:45 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:36435) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SLVbZ-0006fD-8E for emacs-devel@gnu.org; Sat, 21 Apr 2012 04:23:41 -0400 Original-Received: (qmail invoked by alias); 21 Apr 2012 08:23:37 -0000 Original-Received: from p57BB9823.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.35] by mail.gmx.net (mp024) with SMTP; 21 Apr 2012 10:23:37 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+db8hfvOqd6x4XhKZ7NMAfIlUv38B3IefJqx2g8n UI2AwJNggnuxFr In-Reply-To: (Stefan Monnier's message of "Fri, 20 Apr 2012 22:12:09 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 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:149895 Archived-At: Stefan Monnier writes: >> I have worked on adding new features for Emacs' D-Bus bindings over the >> last months. Usually, it could wait until the trunk is reopened for new >> features. > > The trunk *is* open for new features now. You wrote: | The `trunk' can now be used for non-regression patches. For now, please | refrain from installing pervasive changes, tho, to avoid introducing | unneeded conflicts when merging from the branch. Wrt D-Bus, my changes are "pervasive" (in implementation, not in its API). That's why I've asked. Shall I go on? > Stefan Best regards, Michael.