From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: 'n' doesn't work when using ediff -- an ediff beginners's quesstion Date: Mon, 28 Jan 2013 21:11:39 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1359425517 25722 80.91.229.3 (29 Jan 2013 02:11:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Jan 2013 02:11:57 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 29 03:12:17 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1U00gL-0000xI-F7 for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jan 2013 03:12:17 +0100 Original-Received: from localhost ([::1]:53143 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U00g3-0003G3-Dq for geh-help-gnu-emacs@m.gmane.org; Mon, 28 Jan 2013 21:11:59 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:39130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U00fw-0003Ft-OA for help-gnu-emacs@gnu.org; Mon, 28 Jan 2013 21:11:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U00fv-0007kv-EC for help-gnu-emacs@gnu.org; Mon, 28 Jan 2013 21:11:52 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:34156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U00fv-0007kl-7U for help-gnu-emacs@gnu.org; Mon, 28 Jan 2013 21:11:51 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U00gB-0000v3-Ax for help-gnu-emacs@gnu.org; Tue, 29 Jan 2013 03:12:07 +0100 Original-Received: from 206-248-163-204.dsl.teksavvy.com ([206.248.163.204]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jan 2013 03:12:07 +0100 Original-Received: from monnier by 206-248-163-204.dsl.teksavvy.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Jan 2013 03:12:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 206-248-163-204.dsl.teksavvy.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:/k709SHRLkomlUurrlEubhswHOg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:88857 Archived-At: > I'm running everything through a terminal emulator running ssh between > two Debian Linux systems. I get a text-mode XEmacs. Do you really mean XEmacs, here? > No such coding system: emacs-internal Maybe it's a bug in XEmacs's version of ediff or an incompatibility between the version of ediff and the version of XEmacs: emacs-internal is a coding-system introduced around Emacs-23. I'm not sure whether XEmacs has it as well. Since this is an Emacs newsgroup, my recommendation would be to try and use Emacs instead of XEmacs. Otherwise, maybe the comp.emacs.xemacs newsgroup will be able to help you better. Stefan