Difference between revisions of "Dot-mode"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Dotmode.el |Short description=Emulates the '.' (redo) command in vi |Full description=dot-mode.el is a minor mode for GNU Emacs and XEmacs that emulates the '.' (re...")
 
(version 1.13)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=Dotmode.el
 
|Name=Dotmode.el
|Short description=Emulates the '.' (redo) command in vi
+
|Short description=Emacs minor mode to repeat typing or commands
|Full description=dot-mode.el is a minor mode for GNU Emacs and XEmacs that emulates the '.' (redo) command in vi.
+
|Full description='''dot-mode''' is a minor mode for [[GNU Emacs]] that emulates the `<code>.</code>´ (redo) command in [[vi]].
|User level=none
+
 
|Status=Live
+
It was written so that vi users no longer have an excuse for not switching to emacs…
|Component programs=
+
 
 +
 
 
|Homepage URL=http://www.wyrick.org/source/elisp/dot-mode/
 
|Homepage URL=http://www.wyrick.org/source/elisp/dot-mode/
|VCS checkout command=
+
|User level=intermediate
 +
|Extension of=emacs
 +
|VCS checkout command=git clone git://github.com/wyrickre/dot-mode.git
 
|Computer languages=Emacs Lisp
 
|Computer languages=Emacs Lisp
 
|Documentation note=
 
|Documentation note=
|Paid support=
+
See also https://www.gnu.org/software/emacs/manual/html_node/efaq/Repeating-commands.html
|IRC help=
+
 
|IRC general=
+
N.B. Emacs uses <kbd>M-p/M-n</kbd> to browse the [https://www.gnu.org/software/emacs/manual/html_node/emacs/Minibuffer-History.html#Minibuffer-History minibuffer history] (and <kbd>C-p/C-n</kbd> to move to the previous/next line in a multi-line buffer…
|IRC development=
+
|Related projects=evil,viper
|Related projects=PlannerMode,Flyspell.el,GNUs,ERC,VM,Vim
 
 
|Keywords=emacs,redo,vi,emulator,dot command
 
|Keywords=emacs,redo,vi,emulator,dot command
|Is GNU=n
+
|Version identifier=1.13
|Last review by=Janet Casey
+
|Version date=2016/10/25
|Last review date=2004-02-04
+
|Version status=developmental
 +
|Version download=https://github.com/wyrickre/dot-mode/archive/master.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2017/01/20
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.9
+
|Status=
|Version date=2004-02-04
+
|Is GNU=No
|Version status=stable
 
|Version download=http://www.wyrick.org/source/elisp/dot-mode/dot-mode.el
 
 
|License verified date=2004-02-04
 
|License verified date=2004-02-04
|Version comment=1.9 stable released 2004-02-04
+
}}
 +
{{Project license
 +
|License=GPLv1orlater
 +
|License verified by=Genium
 +
|License verified date=2017/01/20
 +
|License note=https://github.com/wyrickre/dot-mode/blob/master/dot-mode.el
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Rob Wyrick
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Rob Wyrick
 
 
|Email=rob@wyrick.org
 
|Email=rob@wyrick.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=James Gillespie
 
|Role=Contributor
 
|Role=Contributor
|Real name=James Gillespie
 
|Email=
 
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
Line 44: Line 51:
 
|Resource kind=E-mail
 
|Resource kind=E-mail
 
|Resource URL=mailto:rob@wyrick.org
 
|Resource URL=mailto:rob@wyrick.org
 +
}}
 +
{{Resource
 +
|Resource audience=Developer
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/wyrickre/dot-mode
 +
}}
 +
{{Resource
 +
|Resource audience=Marmalade
 +
|Resource kind=Homepage
 +
|Resource URL=https://marmalade-repo.org/packages/dot-mode
 +
}}
 +
{{Resource
 +
|Resource audience=History
 +
|Resource kind=Developer
 +
|Resource URL=http://www.wyrick.org/source/elisp/dot-mode/dot-mode.el
 +
}}
 +
{{Resource
 +
|Resource audience=MELPA
 +
|Resource kind=Developer
 +
|Resource URL=http://melpa.org/#/dot-mode
 +
}}
 +
{{Resource
 +
|Resource audience=EmacsWiki
 +
|Resource kind=General
 +
|Resource URL=https://www.emacswiki.org/emacs/RepeatingCommandsLikeVi
 +
}}
 +
{{Resource
 +
|Resource audience=EmacsWiki
 +
|Resource kind=Homepage
 +
|Resource URL=https://www.emacswiki.org/emacs/DotMode
 +
}}
 +
{{Resource
 +
|Resource audience=History
 +
|Resource kind=General
 +
|Resource URL=https://www.emacswiki.org/emacs/ViAndEmacs
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=x-window-system
 
|Interface=x-window-system
 +
|Programming-language=lisp
 
|Text-creation=editor
 
|Text-creation=editor
|Use=text-creation
+
|Use=interface, text-creation
 
|Works-with=text
 
|Works-with=text
}}
 
{{Project license
 
|License=GPLv1orlater
 
|License verified by=Janet Casey
 
|License verified date=2004-02-04
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=Emacs
+
|Prerequisite description=[[Emacs]] >= 24.3
 
}}
 
}}
 +
{{Featured}}

Revision as of 18:46, 20 January 2017


[edit]

dot-mode

http://www.wyrick.org/source/elisp/dot-mode/
Emacs minor mode to repeat typing or commands

dot-mode is a minor mode for GNU Emacs that emulates the `.´ (redo) command in vi.

It was written so that vi users no longer have an excuse for not switching to emacs…





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

20 January 2017




Leaders and contributors

Contact(s)Role
Rob Wyrick Maintainer
James Gillespie Contributor


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:rob@wyrick.org
MELPADeveloperhttp://melpa.org/#/dot-mode
EmacsWikiHomepagehttps://www.emacswiki.org/emacs/DotMode
MarmaladeHomepagehttps://marmalade-repo.org/packages/dot-mode
HistoryGeneralhttps://www.emacswiki.org/emacs/ViAndEmacs
DeveloperVCS Repository Webviewhttps://github.com/wyrickre/dot-mode
HistoryDeveloperhttp://www.wyrick.org/source/elisp/dot-mode/dot-mode.el
EmacsWikiGeneralhttps://www.emacswiki.org/emacs/RepeatingCommandsLikeVi


Software prerequisites

KindDescription
Required to useEmacs >= 24.3




Entry

















"Marmalade" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"History" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"MELPA" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"EmacsWiki" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"History" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.











Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.