* landmark.el
@ 2014-06-18 20:15 Stefan Monnier
2014-06-21 21:26 ` landmark.el Glenn Morris
0 siblings, 1 reply; 13+ messages in thread
From: Stefan Monnier @ 2014-06-18 20:15 UTC (permalink / raw)
To: emacs-devel, kwzh
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 <kwzh@gnu.org>
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
^ permalink raw reply [flat|nested] 13+ messages in thread
* landmark.el
@ 2018-12-06 18:48 Brannon, Terrence
2018-12-07 0:37 ` landmark.el Stefan Monnier
0 siblings, 1 reply; 13+ messages in thread
From: Brannon, Terrence @ 2018-12-06 18:48 UTC (permalink / raw)
To: emacs-devel@gnu.org
[-- Attachment #1: Type: text/plain, Size: 1172 bytes --]
Hello, I am the original author of landmark.el -
I would like to provide some edits to the Full description we see at http://elpa.gnu.org/packages/landmark.html
Apparently this would be done by supplying a pull request to the actual source code - http://git.savannah.gnu.org/cgit/emacs/elpa.git/tree/packages/landmark/landmark.el
But I am not aware of how to initiate such a process. Please advise on how to proceed.
Terrence Brannon
(818) 359-0893 [mobile]
(303) 768-4275 [desk phone]
This sentence is false<https://en.wikipedia.org/wiki/G%C3%B6del,_Escher,_Bach>.
This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you are not the intended recipient or their designee, please notify the sender immediately by return e-mail and delete all copies. OppenheimerFunds may, at its sole discretion, monitor, review, retain and/or disclose the content of all email communications.
[-- Attachment #2: Type: text/html, Size: 4249 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: landmark.el
2018-12-06 18:48 landmark.el Brannon, Terrence
@ 2018-12-07 0:37 ` Stefan Monnier
2018-12-07 22:02 ` landmark.el Brannon, Terrence
0 siblings, 1 reply; 13+ messages in thread
From: Stefan Monnier @ 2018-12-07 0:37 UTC (permalink / raw)
To: emacs-devel
> I would like to provide some edits to the Full description we see at
> http://elpa.gnu.org/packages/landmark.html
>
> Apparently this would be done by supplying a pull request to the actual
> source code -
You can send a patch here or via M-x report-emacs-bug (or directly to me).
Stefan
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: landmark.el
2018-12-07 0:37 ` landmark.el Stefan Monnier
@ 2018-12-07 22:02 ` Brannon, Terrence
2018-12-22 10:48 ` landmark.el Eli Zaretskii
0 siblings, 1 reply; 13+ messages in thread
From: Brannon, Terrence @ 2018-12-07 22:02 UTC (permalink / raw)
To: emacs-devel@gnu.org
-----Original Message-----
From: Emacs-devel [mailto:emacs-devel-bounces+tbrannon.contractor=ofiglobal.com@gnu.org] On Behalf Of Stefan Monnier
Sent: Thursday, December 6, 2018 5:38 PM
To: emacs-devel@gnu.org
Subject: Re: landmark.el [ EXTERNAL ]
> I would like to provide some edits to the Full description we see at
> https://urldefense.proofpoint.com/v2/url?u=http-3A__elpa.gnu.org_packa
> ges_landmark.html&d=DwIBAg&c=huW-Z3760n7oNORvLCN2eBo-Ehm9Q_bNeNJaAMovB
> jQ&r=uvXYcBD4O7n5Ah7cexUTOH7HUSodf0nzeN28F7OKuAxMhDsehRnahd_yZf-XdItD&
> m=PmF4jAwV81WZV7zgW48Napnf_K7g2FkuV_y4AH8pVLU&s=M1uQx1mJCjOH-xScnPfxdz
> uhLZmHUDJjGiOJrfQLaIw&e=
>
> Apparently this would be done by supplying a pull request to the
> actual source code -
>> You can send a patch here or via M-x report-emacs-bug (or directly to me).
c:\prg\landmark>git diff landmark.el
git diff landmark.el
diff --git a/landmark.el b/landmark.el
index 9b48901..b1ffd8a 100644
--- a/landmark.el
+++ b/landmark.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1996-1997, 2000-2016 Free Software Foundation, Inc.
-;; Author: Terrence Brannon (was: <brannon@rana.usc.edu>)
+;; Author: Terrence Brannon <metaperl@gmail.com>
;; Created: December 16, 1996 - first release to usenet
;; Keywords: games, neural network, adaptive search, chemotaxis
;; Maintainer: emacs-devel@gnu.org
@@ -34,7 +34,7 @@
;; the smell of the tree increases, then the weights in the robot's
;; brain are adjusted to encourage this odor-driven behavior in the
;; future. If the smell of the tree decreases, the robots weights are
-;; adjusted to discourage a correct move.
+;; adjusted to discourage that odor-driven behavior.
;; In laymen's terms, the search space is initially flat. The point
;; of training is to "turn up the edges of the search space" so that
@@ -51,6 +51,13 @@
;; a single move, one moves east,west and south, then both east and
;; west will be improved when they shouldn't
+;; The source code was developed as part of a course on Brain Theory
+;; and Neural Networks at the University of Southern California. The
+;; original problem description and solution appeared in 1981 in the
+;; paper "Landmark Learning: An Illustration of Associative
+;; Search" authored by Andrew G. Barto and Richard S. Sutton and
+;; published to Biological Cybernetics.
+
;; Many thanks to Yuri Pryadkin <yuri@rana.usc.edu> for this
;; concise problem description.
This e-mail transmission may contain information that is proprietary, privileged and/or confidential and is intended exclusively for the person(s) to whom it is addressed. Any use, copying, retention or disclosure by any person other than the intended recipient or the intended recipient's designees is strictly prohibited. If you are not the intended recipient or their designee, please notify the sender immediately by return e-mail and delete all copies. OppenheimerFunds may, at its sole discretion, monitor, review, retain and/or disclose the content of all email communications.
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: landmark.el
2018-12-07 22:02 ` landmark.el Brannon, Terrence
@ 2018-12-22 10:48 ` Eli Zaretskii
0 siblings, 0 replies; 13+ messages in thread
From: Eli Zaretskii @ 2018-12-22 10:48 UTC (permalink / raw)
To: Brannon, Terrence; +Cc: emacs-devel
> From: "Brannon, Terrence" <tbrannon.contractor@ofiglobal.com>
> Date: Fri, 7 Dec 2018 22:02:54 +0000
>
> -----Original Message-----
> From: Emacs-devel [mailto:emacs-devel-bounces+tbrannon.contractor=ofiglobal.com@gnu.org] On Behalf Of Stefan Monnier
> Sent: Thursday, December 6, 2018 5:38 PM
> To: emacs-devel@gnu.org
> Subject: Re: landmark.el [ EXTERNAL ]
>
> > I would like to provide some edits to the Full description we see at
> > https://urldefense.proofpoint.com/v2/url?u=http-3A__elpa.gnu.org_packa
> > ges_landmark.html&d=DwIBAg&c=huW-Z3760n7oNORvLCN2eBo-Ehm9Q_bNeNJaAMovB
> > jQ&r=uvXYcBD4O7n5Ah7cexUTOH7HUSodf0nzeN28F7OKuAxMhDsehRnahd_yZf-XdItD&
> > m=PmF4jAwV81WZV7zgW48Napnf_K7g2FkuV_y4AH8pVLU&s=M1uQx1mJCjOH-xScnPfxdz
> > uhLZmHUDJjGiOJrfQLaIw&e=
> >
> > Apparently this would be done by supplying a pull request to the
> > actual source code -
>
> >> You can send a patch here or via M-x report-emacs-bug (or directly to me).
Thanks, pushed.
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2018-12-22 10:48 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18 20:15 landmark.el Stefan Monnier
2014-06-21 21:26 ` landmark.el Glenn Morris
2014-06-21 21:39 ` landmark.el Glenn Morris
2014-06-22 0:22 ` landmark.el Glenn Morris
2014-06-29 23:41 ` landmark.el Glenn Morris
2014-06-30 0:47 ` landmark.el Leo Liu
2014-06-30 0:52 ` landmark.el Glenn Morris
2014-06-30 3:25 ` landmark.el Stefan Monnier
2014-06-30 6:25 ` landmark.el Glenn Morris
-- strict thread matches above, loose matches on Subject: below --
2018-12-06 18:48 landmark.el Brannon, Terrence
2018-12-07 0:37 ` landmark.el Stefan Monnier
2018-12-07 22:02 ` landmark.el Brannon, Terrence
2018-12-22 10:48 ` landmark.el Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.