From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r113747: lisp/frameset.el: Convert `frameset' to vector and add new slots. Date: Fri, 9 Aug 2013 02:38:43 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1376008768 31050 80.91.229.3 (9 Aug 2013 00:39:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Aug 2013 00:39:28 +0000 (UTC) Cc: Emacs developers To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 09 02:39:31 2013 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 1V7ajq-0001ZX-VR for ged-emacs-devel@m.gmane.org; Fri, 09 Aug 2013 02:39:31 +0200 Original-Received: from localhost ([::1]:41104 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7ajq-0008Go-AL for ged-emacs-devel@m.gmane.org; Thu, 08 Aug 2013 20:39:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35428) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7ajm-0008GV-G5 for emacs-devel@gnu.org; Thu, 08 Aug 2013 20:39:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7ajl-0006MF-Eg for emacs-devel@gnu.org; Thu, 08 Aug 2013 20:39:26 -0400 Original-Received: from mail-ea0-x22e.google.com ([2a00:1450:4013:c01::22e]:41765) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7ajl-0006M0-5o for emacs-devel@gnu.org; Thu, 08 Aug 2013 20:39:25 -0400 Original-Received: by mail-ea0-f174.google.com with SMTP id z15so1746109ead.5 for ; Thu, 08 Aug 2013 17:39:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=hf6T7/1CtUtcMF64OgI6xMQ9KRYgs/RgIxOqR06hFzs=; b=ZrNCMlIbCjG6ZGR211Zr6lRN8XiUHXJUOuP1P9V5HbdhiKsoItLufwgFdthiMqzs05 eTAt1/hrbzvl2eZ6qtGJO6VS/Pcl+psJ3HBSjOhVqH2xL5NoRstN8KTdI5qQFB/MQ88R h0NyYors/iCYJxvpBtU0WkdPlhZCkuoLty2OROn/a0KTSRgQwBEqx6wusOsxmMmi2YnP /iYFvuQKnG1SEJK4Naqbu+mXeKH3cUio/TXE9DcbDMRDTuaSBww07+chLXs9zuZNj2VG rbVhKj3oBFgMfqdVrTH+fG/mgrKWT9dGRoVjZ0p+HB6RLpGL9J8qJc2eb8MZ+8D7TzT0 IXmw== X-Received: by 10.15.76.71 with SMTP id m47mr10517581eey.70.1376008763695; Thu, 08 Aug 2013 17:39:23 -0700 (PDT) Original-Received: by 10.14.133.15 with HTTP; Thu, 8 Aug 2013 17:38:43 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::22e 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:162538 Archived-At: On Thu, Aug 8, 2013 at 8:22 PM, Stefan Monnier wrote: > In the very worst case you could jsut not pass that info the frameset.el > and let frameset.el use current-prefix-arg. Kind of ugly and bug-prone, > but it should work fine in practice. I've chosen that path because I don't see any clean way to fix the registerv issue (I see some unclean ways, but they're far worse than using current-prefix-arg). J