From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: landmark.el Date: Wed, 18 Jun 2014 16:15:29 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1403122557 18720 80.91.229.3 (18 Jun 2014 20:15:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Jun 2014 20:15:57 +0000 (UTC) To: emacs-devel@gnu.org, kwzh@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 18 22:15:49 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 1WxMGq-0000Hs-0L for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2014 22:15:48 +0200 Original-Received: from localhost ([::1]:60448 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxMGp-0001jM-Ef for ged-emacs-devel@m.gmane.org; Wed, 18 Jun 2014 16:15:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxMGg-0001gh-I3 for emacs-devel@gnu.org; Wed, 18 Jun 2014 16:15:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WxMGZ-0000Ls-8s for emacs-devel@gnu.org; Wed, 18 Jun 2014 16:15:38 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:59170) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WxMGZ-0000Lg-4Z; Wed, 18 Jun 2014 16:15:31 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Au8GAIDvNVNLd+D9/2dsb2JhbABZgwYBg0m5A4hRF3SDAnImGA0lEod5sW2gLBeOF4UiBKkZgWqDTCE X-IPAS-Result: Au8GAIDvNVNLd+D9/2dsb2JhbABZgwYBg0m5A4hRF3SDAnImGA0lEod5sW2gLBeOF4UiBKkZgWqDTCE X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="67792272" Original-Received: from 75-119-224-253.dsl.teksavvy.com (HELO ceviche.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 18 Jun 2014 16:15:30 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id E7A1A6608C; Wed, 18 Jun 2014 16:15:29 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:172521 Archived-At: Can someone explain to me what does M-x landmark do? Has someone used it? The mode's docstring is a copy of gomoku's docstring, but the "Commentary" indicates it's actually doing something very different. Yet it seems, some of gomoku's code was not deactivated, so after middle-clicking a few times I got a result that looked like I was playing gomoku (with a diagonal drawn through 5 consecutive points, tho that seemed to mess up the display at least to my untrained eye). The history of the file looks like "initial install, then application of global cosmetic changes". Non-cosmetic changes have been extremely rare. I only found: revno: 18291 committer: Karl Heuer timestamp: Wed 1997-06-18 04:23:02 +0000 message: (lm-display-statistics): Display stats in mode line. (lm-number-of-trials, lm-sum-of-moves): New vars. Various doc fixes. -- Stefan