From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 9/9] Detect window-system from display name Date: Wed, 8 Aug 2012 01:02:01 +0200 Message-ID: References: <94f53f9a4d2d8ebe852360652eeee429520f3d9f.1344326992.git.dancol@dancol.org> <50214BE1.3070602@dancol.org> <50217844.9050703@dancol.org> <50219CB3.1010702@dancol.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1344380559 28108 80.91.229.3 (7 Aug 2012 23:02:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 7 Aug 2012 23:02:39 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Daniel Colascione Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 08 01:02:39 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 1SysnM-0005ww-Jh for ged-emacs-devel@m.gmane.org; Wed, 08 Aug 2012 01:02:36 +0200 Original-Received: from localhost ([::1]:46679 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SysnL-0004wh-RJ for ged-emacs-devel@m.gmane.org; Tue, 07 Aug 2012 19:02:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SysnJ-0004wR-Lb for emacs-devel@gnu.org; Tue, 07 Aug 2012 19:02:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SysnI-0007LF-7R for emacs-devel@gnu.org; Tue, 07 Aug 2012 19:02:33 -0400 Original-Received: from mail-vb0-f41.google.com ([209.85.212.41]:51187) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SysnI-0007LB-3S for emacs-devel@gnu.org; Tue, 07 Aug 2012 19:02:32 -0400 Original-Received: by vbkv13 with SMTP id v13so177787vbk.0 for ; Tue, 07 Aug 2012 16:02:31 -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=CbyKIeV1oOazLZtyQTtE8BtuLIW1l/tCmS+Wkq7V1bs=; b=Yz6qgNr4kXPtR41Bkwf006Wu1iRSxv8q1Evd2bNZPu6n3OSpvusj60vI7mMpST1XbC LrYXTJXvYjV9/nfdFU1SL9w6b7LkZeTUC68cXYAHWAX4Op4lGZ4+gJi/ASj4YAwPRzMI 1AuZcZepScewfR+jJQ526NY/j6u7K5fo+QLAhRpOZW9hC6iYSpzwSHWQ2ukOO+cI+WEO nOUwtbXtwdO8YSJURKjLwdrXrFSPoOqiO2Xk3TKaxh/5QjKLUx7GyOUi8jaZJdz4Q1Um 41w0xZgJep+g7MlQK5XYvYyTfE3N/WFReYyk5pwVgG2d07jnyRLzw8rD/CAUYBy+Eo6T 6/iw== Original-Received: by 10.52.72.73 with SMTP id b9mr10660703vdv.34.1344380551485; Tue, 07 Aug 2012 16:02:31 -0700 (PDT) Original-Received: by 10.58.164.9 with HTTP; Tue, 7 Aug 2012 16:02:01 -0700 (PDT) In-Reply-To: <50219CB3.1010702@dancol.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.41 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:152303 Archived-At: On Wed, Aug 8, 2012 at 12:54 AM, Daniel Colascione wrote: > On 8/7/2012 3:52 PM, Lennart Borgman wrote: >> On Tue, Aug 7, 2012 at 10:19 PM, Daniel Colascione wrote: >>>> >>>> But they all need to know about each other to avoid conflicts anyway. >>> >>> Not really --- different window-systems just need to avoid having the same >>> display-string prefix. This approach works well enough in other pieces of code: >>> org-mode doesn't need to know about cc-mode specifically in order not to trample >>> on cc-mode's namespace. >> >> Can't emacs' server have clients from different systems? >> >> > > Yes. And? Maybe having all the systems mentioned (in form of the values) in the declaration of display-format-alist is at least a bit informative?