From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Samuel Bronson Newsgroups: gmane.emacs.devel Subject: Re: Changing the MIT-MAGIC-COOKIE-1 used by emacs --server Date: Tue, 24 Mar 2009 21:15:46 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1237943770 23129 80.91.229.12 (25 Mar 2009 01:16:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Mar 2009 01:16:10 +0000 (UTC) Cc: Sascha Wilde , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 25 02:17:28 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LmHk6-0007Um-Fg for ged-emacs-devel@m.gmane.org; Wed, 25 Mar 2009 02:17:18 +0100 Original-Received: from localhost ([127.0.0.1]:59098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmHij-0000ll-9d for ged-emacs-devel@m.gmane.org; Tue, 24 Mar 2009 21:15:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LmHie-0000lT-4l for emacs-devel@gnu.org; Tue, 24 Mar 2009 21:15:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LmHid-0000lC-O4 for emacs-devel@gnu.org; Tue, 24 Mar 2009 21:15:47 -0400 Original-Received: from [199.232.76.173] (port=44090 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LmHid-0000l9-Ip for emacs-devel@gnu.org; Tue, 24 Mar 2009 21:15:47 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.155]:35310) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LmHid-000332-BU for emacs-devel@gnu.org; Tue, 24 Mar 2009 21:15:47 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so1983958ywk.66 for ; Tue, 24 Mar 2009 18:15:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jV9Vsufft6j2/eooeLOh+bHcFPwP/0aUho8+mduQT0c=; b=fcVq9BrIeBDfeAg6Flux8EIYXDn2V/6QhOIXCVEIHeOAa5/GcnkD8qXqxWtxX8wxhy uV4xKC/TDkUOd2DXz59vn7Qe3nptx+w2ZGqiOswjbEXbGqRPLHQMlugvW89d/xMubTbS 8hI5nnOhbWUmNIO0HHmU7baeMBMZV76jsOlT8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=pZaykK1Hwm/fVyPjXSAQdjr3KIAfrQLf75IDLjYxh6QVM+YUscN+O5Xn5G+zdMP/Qb dGo9nl/90AYWmtOl6mjBIZZEIImk4EnCaBqIglfnb0RGc73liOT5M9y1NObNFo6dmiZe ntVbB/GhPZYyWhtlhqsbGGqAjqurUZcgdwuwM= Original-Received: by 10.100.213.18 with SMTP id l18mr7509606ang.0.1237943746379; Tue, 24 Mar 2009 18:15:46 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109810 Archived-At: >> I'll try to fix it in my .xsession file. =C2=A0But I still think that it >> would be handy if one could tell emacs to reevaluate XAUTHORITY or to >> change the used xauth file by any other means... =C2=A0:) > > You have the source so you can make it do that, but I don't think it's > worth the trouble, since it's a lot easier to solve it outside Emacs. Is that even possible?