From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Andreas_R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: Compatible .emacs for Gnu and xemacs Date: Mon, 01 Jun 2009 21:01:06 +0200 Message-ID: <4A242572.5080706@easy-emacs.de> References: <23808905.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243882786 17979 80.91.229.12 (1 Jun 2009 18:59:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Jun 2009 18:59:46 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: emacsy Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 01 20:59:43 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MBCjX-0001e0-7f for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2009 20:59:43 +0200 Original-Received: from localhost ([127.0.0.1]:34150 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBCjW-00058G-P3 for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Jun 2009 14:59:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MBCjC-00056z-W3 for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 14:59:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MBCj8-00051B-N5 for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 14:59:22 -0400 Original-Received: from [199.232.76.173] (port=41650 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MBCj8-000518-LB for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 14:59:18 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.188]:49525) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MBCj8-0006T8-1v for help-gnu-emacs@gnu.org; Mon, 01 Jun 2009 14:59:18 -0400 Original-Received: from [192.168.178.27] (p54BEA745.dip0.t-ipconnect.de [84.190.167.69]) by mrelayeu.kundenserver.de (node=mreu1) with ESMTP (Nemesis) id 0MKv1o-1MBCj50iP2-000jRV; Mon, 01 Jun 2009 20:59:15 +0200 User-Agent: Thunderbird 2.0.0.19 (X11/20081227) In-Reply-To: <23808905.post@talk.nabble.com> X-Provags-ID: V01U2FsdGVkX18nuGC4zDOZrnGd0G2e8jHPGAcrpA6Zfvj6MLl i9yTTZkayy8ZqHuwMKI158B0mSxVYi2kFcqpmMpPWUqE0P7Hu1 MzYBFn/JhhtBOdWdSlPspDH3notAZFEHC6lMZuTdfA= X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64867 Archived-At: emacsy wrote: > Hi All, > I have spent a lot of time customizing my .emacs file to work with GNU emacs > 21. > Now I am in a situation where I can only use xemacs. > How is it possible to modify my .emacs file to work with both Gnu Emacs and > xemacs? > Any tips/pointers/links are highly appreciated, could not find anything > online refereeing to this issue. > Its important to use a key format accepted by both. I use this for example: (global-set-key [(control x)(c)] 'electric-buffer-list)