From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: [PATCH] image-mode.el (image-kill-buffer): New command. Date: Wed, 4 Feb 2015 22:11:01 +0000 Message-ID: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1423087895 16894 80.91.229.3 (4 Feb 2015 22:11:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2015 22:11:35 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 04 23:11:34 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 1YJ8AY-0003Qk-Jp for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2015 23:11:34 +0100 Original-Received: from localhost ([::1]:39092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8AX-0007HY-B2 for ged-emacs-devel@m.gmane.org; Wed, 04 Feb 2015 17:11:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8AD-0007HS-3O for emacs-devel@gnu.org; Wed, 04 Feb 2015 17:11:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJ8A2-00082Z-AY for emacs-devel@gnu.org; Wed, 04 Feb 2015 17:11:13 -0500 Original-Received: from mail-ob0-x233.google.com ([2607:f8b0:4003:c01::233]:40687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJ8A2-00082U-5y for emacs-devel@gnu.org; Wed, 04 Feb 2015 17:11:02 -0500 Original-Received: by mail-ob0-f179.google.com with SMTP id wp4so3952411obc.10 for ; Wed, 04 Feb 2015 14:11:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:date:message-id:subject:from:to :content-type; bh=MPdWpMu9px+1Yu7APgyaXwc0e3Pot3YeXQ5BV98Tixk=; b=SLDHGI+scxK3/xhLJyIBEKxYfJPNsrXnetgb2GuJb1m1UI+k2MW+Maaq4r2TePPiql a8Y5fjiFTYc4OSQrWEzseUREHCLy+3k9rHyxZh6HBdmBkW/4VRSHRIIltUZL4UUtVXqd 87mYKCy6TUhXNRvfROpn8GGfMVJoSqOXyg9RZ6o3l+Zv4FSsTHO3fhb6DPwbDpB4Px9o CFBxfoY4EbBwuiWModk3mWo3XqDFOBBEa87X+DPBhUlTyxsymyFZi5eXV2IdcuFxEIV+ KVqibdGB/a+Emly7cOeffe58qSbJ2lE2rc1AgEnjIhj4aafDHh/Za7PgoW6qVmq25qVS PGvw== X-Received: by 10.202.50.68 with SMTP id y65mr236684oiy.91.1423087861801; Wed, 04 Feb 2015 14:11:01 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Wed, 4 Feb 2015 14:11:01 -0800 (PST) X-Google-Sender-Auth: atL2McYLINsDoIjFBxBaAkP-5D0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::233 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:182410 Archived-At: Given how similar docview and image-mode are, I'm always taken off-guard when I run into a small difference. This patch fixes one. k kills the buffer in docview, and I see no reason why it wouldn't do the same in image-mode. If nobody opposes this patch I'll merge it myself. Cheers to all,