Home
last modified time | relevance | path

Searched +refs:editing +refs:mode +refs:emacs (Results 1 – 25 of 2680) sorted by relevance

12345678910>>...108

/dports/math/plplot/plplot-5.15.0/
H A DREADME.emacs1 This file gives cookbooks for using emacs modes to help with editing and
8 There is a cmake mode available for emacs. On some systems (the latest
29 (autoload 'cmake-mode "CMAKE" "Major mode for editing CMake listfiles")
42 mode.
57 There is a well-established nxml mode for emacs that should be
59 for editing our DocBook files.
69 (load "/usr/share/emacs/site-lisp/nxml-mode/rng-auto.el")
87 emacs command.
100 to run "make validate" in the build tree after your editing session is
105 emacs command.
[all …]
/dports/math/plplot-ada/plplot-5.15.0/
H A DREADME.emacs1 This file gives cookbooks for using emacs modes to help with editing and
8 There is a cmake mode available for emacs. On some systems (the latest
29 (autoload 'cmake-mode "CMAKE" "Major mode for editing CMake listfiles")
42 mode.
57 There is a well-established nxml mode for emacs that should be
59 for editing our DocBook files.
69 (load "/usr/share/emacs/site-lisp/nxml-mode/rng-auto.el")
87 emacs command.
100 to run "make validate" in the build tree after your editing session is
105 emacs command.
[all …]
/dports/math/gap/gap-4.11.0/etc/emacs/
H A DREADME1 This directory formerly contained files for GAP editing mode for emacs:
3 * comint.el and gap-mode.el (versions from 2001, based on the
10 ftp://ftp.gap-system.org/pub/gap/gap44/deposit/external/emacs/
12 There are also newer versions of GAP emacs modes available elsewhere:
14 * Patch to add syntax highlighting to the emacs gap-mode
17 * An Emacs major-mode for editing GAP files
18 by Ivan Andrus: https://bitbucket.org/gvol/gap-mode
21 emacs modes as a part of the release process, but received reports
/dports/graphics/epix/epix-1.2.19/
H A DPOST-INSTALL46 Jay Belanger has kindly provided an emacs mode (epix.el) for working
50 use a directory such as ${HOME}/share/emacs:
52 % mkdir -p ~/share/emacs
55 Then add these lines to your .emacs file:
58 (setq auto-mode-alist (cons '("\\.xp" . epix-mode) auto-mode-alist))
59 (autoload 'epix-mode "epix" "ePiX editing mode" t)
63 (autoload 'flix-mode "epix" "ePiX editing mode" t)
64 (setq auto-mode-alist (cons '("\\.flx" . flix-mode) auto-mode-alist))
69 insert a matching preamble template and enter epix-mode or flix-mode,
77 M-x epix-mode
[all …]
/dports/lang/csharp-mode.el/csharp-mode-0.9.2/
H A DREADME.org3 * csharp-mode
5 This is a mode for editing C# in emacs. It's based on cc-mode, v5.30.3 and above.
28 ~M-x package-install<RET>csharp-mode~.
35 For a better experience you may want to enable electric-pair-mode when editing C#-files.
36 To do so, add the following to your .emacs-file:
38 #+BEGIN_SRC emacs-lisp
39 (defun my-csharp-mode-hook ()
44 (add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
47mode-specific customization, ~M-x customize-group RET csharp RET~ will show available settings wit…
50 with [[https://github.com/OmniSharp/omnisharp-emacs][Omnisharp-Emacs]].
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/tools/emacs/
H A DREADME.md23 ``` emacs-lisp
29 Assuming for some reason you have downloaded the file to `~/.emacs.d/lisp` you
32 ``` emacs-lisp
33 ;; Tell emacs where is your personal elisp lib dir
34 (add-to-list 'load-path "~/.emacs.d/lisp/")
42 To automatically turn on the LAMMPS mode for editing your input scripts,
49 e.g. for `in.*` and `*.lmp` files, add the following code to your `.emacs`:
51 ``` emacs-lisp
52 (autoload 'lammps-mode "lammps-mode.el" "LAMMPS mode." t)
53 (setq auto-mode-alist (append auto-mode-alist
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/input_editing/emacs/
H A DREADME.md1 *title: cp2k-mode.el README, author: Lianheng Tong, date: Wednesday, 2014/01/22*
3 # `cp2k-mode.el`
5 `cp2k-mode.el` provides a major mode in emacs for editing CP2K input
17 minor mode.
42 You need to put `cp2k-mode.el` in one of your local emacs lisp
56 files are installed. Move `cp2k-mode.el` to `~/.emacs.d/lisp/`.
61 ```emacs
67 ### Tell emacs to load `cp2k-mode.el` at startup
69 Once `cp2k-mode.el` is in the search path, we need to tell emacs to
73 (require 'cp2k-mode nil 'noerror)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tools/input_editing/emacs/
H A DREADME.md1 *title: cp2k-mode.el README, author: Lianheng Tong, date: Wednesday, 2014/01/22*
3 # `cp2k-mode.el`
5 `cp2k-mode.el` provides a major mode in emacs for editing CP2K input
17 minor mode.
42 You need to put `cp2k-mode.el` in one of your local emacs lisp
56 files are installed. Move `cp2k-mode.el` to `~/.emacs.d/lisp/`.
61 ```emacs
67 ### Tell emacs to load `cp2k-mode.el` at startup
69 Once `cp2k-mode.el` is in the search path, we need to tell emacs to
73 (require 'cp2k-mode nil 'noerror)
[all …]
/dports/games/powwow/powwow-1.2.17/
H A DREADME58 Powwow supports the MUME editing protocol. It enables you to edit
77 POWWOWEDITOR='&emacs' Use emacs as editor in a separate window (if
84 is a good choice, since you only need one emacs window for all your
85 editing sessions and you don't have to start and exit emacs all the
87 emacs has a running server (put (server-start) in your .emacs file or
90 If you want to use the editing functions, you must execute the
95 For editing Mudlle programs with emacs, there is a special mode that
97 place, and add the two following lines to your .emacs file:
100 (autoload 'mudlle-mode "mudlle.el" "Turns on mudlle editing mode" t)
105 turn on mudlle mode for that file when you edit it.
[all …]
/dports/textproc/py-docutils/docutils-0.17.1/tools/editors/
H A DREADME.txt8 editing for the following editors:
10 * `Emacs <emacs>`__: see the `README <emacs/README.html>`__ and `Emacs
11 Support for reStructuredText <../../docs/user/emacs.html>`_.
15 * `reStructuredText syntax highlighting mode for vim
21 * `rst mode <http://jedmodes.sf.net/mode/rst/>`__ for the `JED`_
/dports/net/ldapdiff/ldapdiff-1.4.1/debian/
H A Demacsen-startup.ex1 ;; -*-emacs-lisp-*-
3 ;; Emacs startup file, e.g. /etc/emacs/site-start.d/50ldapdiff.el
11 ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
22 (autoload 'ldapdiff-mode "ldapdiff-mode"
23 "Major mode for editing ldapdiff files." t)
24 (add-to-list 'auto-mode-alist '("\\.ldapdiff$" . ldapdiff-mode))))
/dports/editors/emacs/emacs-27.2/info/
H A Ddir27 * Emacs: (emacs). The extensible self-documenting text editor.
34 Emacs editing modes
35 * CC Mode: (ccmode). Emacs mode for editing C, C++, Objective-C,
38 * nXML Mode: (nxml-mode). XML editing mode with RELAX NG support.
39 * Octave mode: (octave-mode). Emacs mode for editing GNU Octave files.
41 * VHDL Mode: (vhdl-mode). Emacs mode for editing VHDL code.
44 * Emacs GnuTLS: (emacs-gnutls). The Emacs GnuTLS integration.
79 * Forms: (forms). Emacs package for editing data bases
91 * Todo Mode: (todo-mode). Make and maintain todo lists.
93 * VIPER: (viper). A VI-emulation mode for Emacs.
[all …]
/dports/shells/ksh2020/ast-ksh2020/packaging/fedora/
H A Ddotkshrc8 # use emacs editing mode by default
9 set -o emacs
/dports/net/x2goclient-cli/x2goclient-cli-3.0.1/debian/
H A Demacsen-startup.ex1 ;; -*-emacs-lisp-*-
3 ;; Emacs startup file, e.g. /etc/emacs/site-start.d/50x2goclient-cli.el
11 ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
22 (autoload 'x2goclient-cli-mode "x2goclient-cli-mode"
23 "Major mode for editing x2goclient-cli files." t)
24 (add-to-list 'auto-mode-alist '("\\.x2goclient-cli$" . x2goclient-cli-mode))))
/dports/textproc/ibus-table/ibus-table-1.14.1/debian/
H A Demacsen-startup.ex1 ;; -*-emacs-lisp-*-
3 ;; Emacs startup file, e.g. /etc/emacs/site-start.d/50ibus-table.el
11 ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
22 (autoload 'ibus-table-mode "ibus-table-mode"
23 "Major mode for editing ibus-table files." t)
24 (add-to-list 'auto-mode-alist '("\\.ibus-table$" . ibus-table-mode))))
/dports/databases/gnats4/gnats-4.1.0/doc/
H A Demacs.texi30 also defines a simple major mode for editing @file{dbconfig} files.
34 on using Emacs, see @ref{Top,,,emacs,GNU Emacs}. For
50 * Emacs editing buffer:: The editing buffer.
67 Ops,,,emacs,GNU Emacs}. If you decide to edit the displayed Problem
91 Ops,,,emacs,GNU Emacs}. You can use most of the standard view mode
177 @node Emacs editing
183 Problem Report in the editing buffer. @xref{Emacs editing buffer},
208 The Problem Report editing mode tries to prevent you from violating
238 benefit from this feature, @ref{Font Lock,,,emacs,GNU Emacs}.
288 @code{gnats-dbconfig-mode} for editing @file{dbconfig} files,
[all …]
/dports/lang/tuareg-mode.el/tuareg-2.0.8/
H A DREADME.md1 Tuareg: an Emacs OCaml mode
4 This archive contains files to help editing [OCaml](http://ocaml.org/)
13 `tuareg.el` — A major mode for editing OCaml code in Emacs.
27 Add the following line near the beginning of your ~/.emacs file:
37 to the top-level of your `.emacs` file.
56 (add-hook 'tuareg-mode-hook
63 your ~/.emacs file:
72 (add-hook 'tuareg-mode-hook
73 ;; Turn on auto-fill minor mode.
74 (lambda () (auto-fill-mode 1)))
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/editors/sc-el/
H A DREADME.md18 `$prefix/share/emacs/site-lisp`
41 `~/emacs/`, add the following lines to `~/.emacs` (or whatever your init
45 (add-to-list 'load-path "~/emacs")
73 $> emacs -sclang
82 Inside an sclang-mode buffer (e.g. by editing a .sc file), execute
97 in your `~/.emacs`:
102 (define-key w3m-mode-map [left] 'backward-char)
103 (define-key w3m-mode-map [right] 'forward-char)
104 (define-key w3m-mode-map [up] 'previous-line)
105 (define-key w3m-mode-map [down] 'next-line)))
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/guide/
H A Dother-editors.scrbl28 @item{@hyperlink["https://github.com/greghendershott/racket-mode"]{Racket mode}
41 of the @tt{emacs-goodies-el} package. A Gentoo port is also
42 available (under the name @tt{app-emacs/quack}).}
57 @item{Emacs ships with a major mode for Scheme, @tt{scheme-mode},
59 reasonably well for editing Racket code. However, this mode
64 @hyperlink["http://www.neilvandyke.org/scribble-emacs/"]{Scribble
68 plain text modes work well when editing Scribble
80 is a minor mode for pseudo-structurally editing programs in
82 S-expression editing commands, it prevents you from
89 is a minor mode for editing s-expressions, keeping parentheses
[all …]
/dports/devel/clojure-cider/cider-1.1.0/doc/modules/ROOT/pages/
H A Dadditional_packages.adoc5 `cider-repl-mode` and `clojure-mode` for optimal effects.
39 https://github.com/clojure-emacs/clj-refactor.el/wiki[here].
62 https://github.com/clojure-emacs/helm-cider[helm-cider] provides a Helm
102 Enabling `CamelCase` support for editing commands(like
105 Emacs minor mode `subword-mode` provides such functionality:
109 (add-hook 'cider-repl-mode-hook #'subword-mode)
114 The use of http://mumble.net/~campbell/emacs/paredit.html[paredit]
115 when editing Clojure (or any other Lisp) code is highly
122 (add-hook 'cider-repl-mode-hook #'paredit-mode)
134 (add-hook 'cider-repl-mode-hook #'smartparens-strict-mode)
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/tips/
H A Demacs_syntax_highlighting.mdwn3 A [markdown mode](http://jblevins.org/projects/markdown-mode/) for
4 emacs can help in editing of ikiwiki
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/QE-modes/qe-modes.templates/
H A DREADME3 mode(s) for editing Quantum ESPRESSO (QE) input files.
10 These are various elisp templates: these are parsed by gen-emacs-mode
19 be constructed. Then one can get in emacs a given template by
29 * File: qe-mode.el.tcl
32 gen-emacs-mode script to generate the real corresponding elisp major mode
38 This is template for creating various emacs functions, such as,
/dports/lang/clojure-mode.el/clojure-mode-5.11.0/
H A DREADME.md74 * `clojure-mode` is a major mode for editing Clojure code
75 * `clojurescript-mode` is a major mode for editing ClojureScript code
76 * `clojurec-mode` is a major mode for editing `.cljc` source files
83 file you're editing.
364 * Enabling `CamelCase` support for editing commands(like
374 * The use of [paredit][] when editing Clojure (or any other Lisp) code
458 [badge-circleci]: https://circleci.com/gh/clojure-emacs/clojure-mode.svg?style=svg
459 [circleci]: https://circleci.com/gh/clojure-emacs/clojure-mode
460 [CIDER]: https://github.com/clojure-emacs/cider
463 [contributors]: https://github.com/clojure-emacs/clojure-mode/contributors
[all …]
/dports/lang/ocaml/ocaml-4.05.0/emacs/
H A DREADME1 OCaml emacs mode, snapshot of $Date$
3 The files in this archive define a caml-mode for emacs, for editing
15 To use it, just put the .el files in your emacs load path, and add the
16 following lines in your .emacs.
18 (add-to-list 'auto-mode-alist '("\\.ml[iylp]?$" . caml-mode))
19 (autoload 'caml-mode "caml" "Major mode for editing OCaml code." t)
25 or put the .el files in, eg. "/usr/share/emacs/site-lisp/caml-mode/"
28 (add-to-list 'load-path "/usr/share/emacs/site-lisp/caml-mode")
39 to your .emacs. The second one works better on recent versions of
40 emacs.
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/emacs/
H A DREADME1 OCaml emacs mode, snapshot of $Date$
3 The files in this archive define a caml-mode for emacs, for editing
15 To use it, just put the .el files in your emacs load path, and add the
16 following lines in your .emacs.
18 (add-to-list 'auto-mode-alist '("\\.ml[iylp]?$" . caml-mode))
19 (autoload 'caml-mode "caml" "Major mode for editing OCaml code." t)
25 or put the .el files in, eg. "/usr/share/emacs/site-lisp/caml-mode/"
28 (add-to-list 'load-path "/usr/share/emacs/site-lisp/caml-mode")
39 to your .emacs. The second one works better on recent versions of
40 emacs.
[all …]

12345678910>>...108