From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Xemacs mark-end-of-buffer, (from simple.el) Date: Mon, 03 Feb 2014 13:07:11 +0100 Message-ID: <87eh3kwgb4.fsf@gilgamesch.quim.ucm.es> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391429255 3515 80.91.229.3 (3 Feb 2014 12:07:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Feb 2014 12:07:35 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 03 13:07:42 2014 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 1WAIJR-0008UB-1K for ged-emacs-devel@m.gmane.org; Mon, 03 Feb 2014 13:07:41 +0100 Original-Received: from localhost ([::1]:45727 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAIJQ-0007Rk-DK for ged-emacs-devel@m.gmane.org; Mon, 03 Feb 2014 07:07:40 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAIJH-0007Rb-8G for emacs-devel@gnu.org; Mon, 03 Feb 2014 07:07:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAIJ9-0001SQ-Lt for emacs-devel@gnu.org; Mon, 03 Feb 2014 07:07:30 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:42575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAIJ9-0001SI-Eq for emacs-devel@gnu.org; Mon, 03 Feb 2014 07:07:23 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WAIJ8-0008M6-3F for emacs-devel@gnu.org; Mon, 03 Feb 2014 13:07:22 +0100 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Feb 2014 13:07:22 +0100 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Feb 2014 13:07:22 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never X-Hashcash: 1:20:140203:gmane.emacs.devel::ivK8OYlufL/KeUJr:000000000000000000000000000000000000000000003PCy User-Agent: Gnus/5.130006 (Ma Gnus v0.6) XEmacs/21.5-b33 (linux) Cancel-Lock: sha1:jAwmF9faIfDWpyJNe4L+tM87aPY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:169362 Archived-At: Hello There is one function from Xemacs which I have not seen in GNU emacs and which I miss very much. (defun mark-end-of-buffer (&optional arg) Could this function just be used, or its functionality be implemented? The function is in Xemacs simple.el, the code is now under GPL 3, but I am not sure about the FSF copyright business and that is why I have to copied the code in this message. thanks Uwe Brauer