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: Re: [PATCH] image-mode.el (image-kill-buffer): New command. Date: Thu, 5 Feb 2015 08:17:51 +0000 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0115ffbcac6502050e52f016 X-Trace: ger.gmane.org 1423124281 4507 80.91.229.3 (5 Feb 2015 08:18:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 08:18:01 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 09:18:01 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 1YJHdQ-00057z-8C for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 09:18:00 +0100 Original-Received: from localhost ([::1]:40615 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJHdP-0003f9-Dy for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 03:17:59 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJHdK-0003es-VC for emacs-devel@gnu.org; Thu, 05 Feb 2015 03:17:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJHdI-0000nA-1x for emacs-devel@gnu.org; Thu, 05 Feb 2015 03:17:54 -0500 Original-Received: from mail-oi0-x22c.google.com ([2607:f8b0:4003:c06::22c]:48554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJHdH-0000my-Sk for emacs-devel@gnu.org; Thu, 05 Feb 2015 03:17:51 -0500 Original-Received: by mail-oi0-f44.google.com with SMTP id a3so5378515oib.3 for ; Thu, 05 Feb 2015 00:17:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=R07FqIMRl9Uo8+szIXC9N4dJldlr/JuDVebwOv8QtCo=; b=tJn7OWt1fg/cHdHtVDYxQkU09y3uFFrI9gf4CTGUm1hdOBXXG4fV1OGFl6WC/1500L Xwd1F0p7GrdrIzbfNGNt7Z16yBPo6KfT2eP9oFUPWFjnW0tYHaUDG7u4UQtPawVq6zp3 bpekL6qIv4NFUakl3myiFtVzXmpk7efYLzLuwIq6vwXdEbORzvrR1fVkdG4SGIF60cRu WrmmkbSZvJSbC86jAvfHKIhhGsu7+FfLCl6CGKZR4JT/hjfbdJiS6R55w5TEZINAQhrP gAHmtDgGimzLYwFN/h/hce5l3UL7NZW5LvhYH4veHG5twDefNTDfndEilIbDznU7HnYI ohCA== X-Received: by 10.60.54.199 with SMTP id l7mr1508093oep.37.1423124271488; Thu, 05 Feb 2015 00:17:51 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Thu, 5 Feb 2015 00:17:51 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Thu, 5 Feb 2015 00:17:51 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: kvCPRhMR-vq8_v0KmTptFTqYpvI X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22c 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:182432 Archived-At: --089e0115ffbcac6502050e52f016 Content-Type: text/plain; charset=UTF-8 > Could you try and remove the "k" binding in doc-view-map (i.e. let it > inherit from image-mode-map)? > Unfortunately it won't be that simple. Docview's command is different because it also kills the conversion process. --089e0115ffbcac6502050e52f016 Content-Type: text/html; charset=UTF-8

> Could you try and remove the "k" binding in doc-view-map (i.e. let it
> inherit from image-mode-map)?
>

Unfortunately it won't be that simple. Docview's command is different because it also kills the conversion process.

--089e0115ffbcac6502050e52f016--