From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ivan Shmakov Newsgroups: gmane.emacs.devel Subject: several (minor) pending patches Date: Thu, 15 Jan 2015 08:05:41 +0000 Message-ID: <87vbk8tqne.fsf@violet.siamics.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1421309177 14261 80.91.229.3 (15 Jan 2015 08:06:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2015 08:06:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 15 09:06:11 2015 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 1YBfRT-0001yv-5v for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 09:06:11 +0100 Original-Received: from localhost ([::1]:49444 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBfRS-0003lR-ET for ged-emacs-devel@m.gmane.org; Thu, 15 Jan 2015 03:06:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56125) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBfRE-0003lE-EZ for emacs-devel@gnu.org; Thu, 15 Jan 2015 03:05:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBfRB-0007sx-9U for emacs-devel@gnu.org; Thu, 15 Jan 2015 03:05:56 -0500 Original-Received: from fely.am-1.org ([2a01:4f8:d15:1b86::2]:55633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBfRB-0007sC-0l for emacs-devel@gnu.org; Thu, 15 Jan 2015 03:05:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=siamics.net; s=a2013295; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Sender:Subject:To:From; bh=87xevwK3bYAB68km0ieVEhB2lpIV51PnTWP6wM4KspI=; b=dWqR5HVmv/vJdrFkC+eP6I2RiP5Phx+aQt4ys9TZucxpxR0+xgthNIlvA0QrYoQcvt5YExEsQYc65w8h2K8JXAZD6tzrnCe5PVP/+1oDlV/IobAT3Gl+3zhyKGqRai10vM4vFihwX7uDxO1EVIb7K/uLkF0bOGxB9FgSDRfivxs=; Original-Received: from [2a02:2560:6d4:26ca::1:1d] (helo=violet.siamics.net) by fely.am-1.org with esmtps (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YBfR7-0000Ah-P3 for emacs-devel@gnu.org; Thu, 15 Jan 2015 08:05:49 +0000 Original-Received: from localhost ([::1] helo=violet.siamics.net) by violet.siamics.net with esmtps (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1YBfR0-0004dH-Dg for emacs-devel@gnu.org; Thu, 15 Jan 2015 15:05:42 +0700 Mail-Followup-To: emacs-devel@gnu.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:d15:1b86::2 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:181278 Archived-At: Given that I now seem to have commit access to the Emacs Git repository, would there be any objections to me committing =E2=80=93 within the next two days =E2=80=93 the patches available for the bug reports below? http://debbugs.gnu.org/19140 (Unreviewed.) * lisp/files.el (dir-locals-collect-variables): Use default-directory in place of the file name while working on non-file buffers (as hack-dir-local-variables already does.) http://debbugs.gnu.org/18371 (Unreviewed.) * lisp/desktop.el (desktop-read): Do not call desktop-clear when no desktop file is found. http://debbugs.gnu.org/19566 (Reviewed by Juri Linkov?) * lisp/misearch.el (multi-isearch-unload-function): New function to retain definitions of autoloaded variables when unloading. (misearch-unload-function): New alias. http://debbugs.gnu.org/19274 (Reviewed by Eli, Stefan.) * lisp/tar-mode.el (tar-new-regular-file-header, tar--pad-to, tar--put-at) (tar-header-serialize, tar-new-entry): New functions. (tar-mode-map): Bind tar-new-entry to a key. (tar-current-position): Split off tar-current-descriptor. (tar-current-descriptor): Use tar-current-position. doc/emacs/files.texi: Updated. etc/NEWS: Updated. http://debbugs.gnu.org/18246 (Reviewed by Stefan: =E2=80=9Cprobably OK= =E2=80=9D.) * lisp/textmodes/enriched.el (enriched-encode): Use inhibit-point-motion-hooks (in addition to inhibit-read-only.) http://debbugs.gnu.org/18175 (Reviewed by Stefan.) * lisp/files.el (find-file-other-window, find-file-other-frame): Use mapc (was: mapcar.) --=20 FSF associate member #7257 np. The Middle Path =E2=80=94 David Modica B6A0= 230E 334A