Search results

Jump to navigation Jump to search

Page title matches

  • |title = Emacs Lisp |library = lisp-mode
    4 KB (616 words) - 15:12, 25 October 2018
  • #REDIRECT [[Emacs Lisp]]
    24 bytes (3 words) - 19:50, 30 March 2012
  • Tips on how to edit lisp code efficiently. ...the parentheses. Dimming them might be even more useful for people new to lisp who have not yet learned to subconsciously blend out the parentheses."
    9 KB (1,261 words) - 15:14, 5 August 2020
  • This page contains snippets of code that demonstrate basic [[Emacs Lisp]] <syntaxhighlight lang="lisp">
    27 KB (3,050 words) - 11:43, 18 September 2016
  • This page presents links to noticeable Emacs lisp tutorials out there. They are somewhat sorted by difficulty. Xah Lee has a number of very useful lisp tutorials that show many practical aspects of the language, with a down-to-
    5 KB (877 words) - 12:25, 6 July 2015
  • 217 bytes (40 words) - 01:25, 3 May 2014
  • 69 bytes (9 words) - 09:29, 4 May 2014
  • A '''string''' in Emacs Lisp is an array that contains an ordered sequence of '''characters''' '''sequence''' type is the union of two other Lisp types: '''lists''' and '''arrays'''. While array has four types, all one-di
    38 KB (3,199 words) - 01:09, 20 January 2017
  • This gives an introduction to Emacs Lisp in 15 minutes (v0.2d) === Write and execute lisp ===
    11 KB (1,507 words) - 20:48, 18 May 2017

Page text matches

  • |description=Partial Common Lisp implementation in Emacs Lisp ...ce=http://bzr.savannah.gnu.org/lh/emacs/emacs-24/annotate/head:/lisp/emacs-lisp/cl.el
    718 bytes (106 words) - 20:03, 5 April 2013
  • Semantic Refactor is a C/C++/Lisp (both Elisp and Common Lisp) refactoring tool based on the Semantic parser framework. For Lisp, its features include:
    775 bytes (100 words) - 15:05, 25 October 2018
  • == Tutorial for Emacs Lisp == Emacs as [[lisp]] machine, most of its function is implement by [[Emacs lisp]], and you customize Emacs with [[elisp]]. Learning elisp, at least underst
    769 bytes (128 words) - 19:50, 18 October 2013
  • '''Ert''' is the unit test framework for developing Emacs lisp code. It is included in [[:Category:Emacs-24.1|Emacs-24.1]]. ...tp://www.gnu.org/software/emacs/manual/html_node/ert/index.html ERT: Emacs Lisp Regression Testing]
    512 bytes (67 words) - 11:18, 1 November 2017
  • :* [[Emacs Lisp Intro]] :* [[Emacs Lisp]]
    415 bytes (55 words) - 20:08, 31 March 2012
  • #REDIRECT [[Emacs Lisp]]
    24 bytes (3 words) - 19:26, 30 March 2012
  • #REDIRECT [[Emacs Lisp]]
    24 bytes (3 words) - 19:50, 30 March 2012
  • Scheme is a programming language of the [[:Category:Lisp|Lisp]] family. Praised for its minimalist design, Scheme is [[lexical scope|lexc ...t]] is a mode for structured editing of [[S-expression]]s. Useful with any Lisp.
    948 bytes (133 words) - 19:40, 24 June 2012
  • ...acs (Emacs25 as of writing) with Git, a nice theme, and obviously [[Common Lisp]] tools.
    613 bytes (88 words) - 13:12, 13 February 2017
  • | description=Emacs Lisp REPL ...d|ielm}}. You'll be taken to a buffer named {{Buffer|*ielm*}}, where Emacs Lisp expressions you've entered will be evaluated on pressing the Return key. IE
    2 KB (236 words) - 09:14, 17 May 2017
  • ...guages currently supported are: '''Emacs Lisp''', '''Clojure''', '''Common Lisp''', '''Racket''', '''Scheme''', '''Hy''', '''Python''', '''Ruby''', '''Stan
    714 bytes (90 words) - 09:52, 17 July 2017
  • * '''Casting Spells in Lisp (Emacs Lisp version)''' by Conrad Barski M.D. ...en modified for [http://www.gnu.org/software/emacs/emacs-lisp-intro/ Emacs Lisp]. The presentation is in a form between a comic book and a manual that educ
    3 KB (405 words) - 21:00, 13 June 2014
  • '''MELPA''' (or Milkypostman’s ELPA or Milkypostman’s Experimental Lisp Package Repository if you’re not into the whole brevity thing) is a [[pac <source lang="lisp">
    828 bytes (97 words) - 21:33, 12 June 2017
  • |title = Emacs Lisp |library = lisp-mode
    4 KB (616 words) - 15:12, 25 October 2018
  • A pure [[Emacs Lisp]] text-mode web browser, aka [https://en.wikipedia.org/wiki/Emacs/W3 Emacs/
    201 bytes (36 words) - 05:08, 2 December 2015
  • <source lang="lisp"> :channels ("#emacs" "#lisp" "#clojure #emacs"))))
    1 KB (126 words) - 21:52, 16 October 2012
  • == from emacs lisp via calc-eval == <source lang=lisp>
    6 KB (823 words) - 01:57, 22 February 2016
  • ...with the added benefit that the backend is loaded into your running Common Lisp image. * it integrates the Common Lisp debugger with an Emacs interface
    6 KB (741 words) - 10:02, 22 February 2024
  • === Lexical scope in Emacs Lisp===
    1 KB (204 words) - 18:53, 23 November 2016
  • A '''package''' is a bundle of [[Emacs Lisp]] code which would enhance
    235 bytes (36 words) - 09:14, 1 April 2012
  • <source lang="lisp"> == Embedded Lisp ==
    2 KB (310 words) - 20:03, 18 October 2013
  • ...ion to Scheme, Guile includes compiler front-ends for ECMAScript and Emacs Lisp. [[Category:Lisp]]
    988 bytes (147 words) - 19:19, 28 July 2012
  • ...ge Archive) - MELPA is a growing collection of package.el-compatible Emacs Lisp packages built automatically on our server from the upstream source code us <source lang="lisp">
    1 KB (205 words) - 13:20, 10 May 2017
  • ...uctured editing of S-expression data. The typical example of this would be Lisp or Scheme source code. <source lang="lisp">
    4 KB (483 words) - 08:42, 26 April 2017
  • Abbrevs are loaded from a Emacs-LISP file. The traditional location of Abbrev files can be read using this Emacs Lisp call:
    2 KB (318 words) - 21:36, 11 August 2015
  • |title = Emacs Lisp
    307 bytes (34 words) - 20:21, 7 December 2012
  • --debug-init enable Emacs Lisp debugger for init file --no-site-lisp, -nsl do not add site-lisp directories to load-path
    4 KB (571 words) - 15:09, 25 August 2015
  • However, some functions are implemented in C rather than Lisp. To find these functions, download the C source files and add the followin <source lang="lisp">
    1 KB (192 words) - 09:44, 19 October 2013
  • * for Emacs Lisp, [[IELM]].
    350 bytes (45 words) - 05:23, 5 April 2012
  • ...[C]] a block enclosed in a pair of '''{''','''}''' and in [[:Category:Lisp|Lisp]] a pair of '''(''', ''')'''. : A Lisp function definition.
    2 KB (292 words) - 09:39, 27 May 2013
  • ;; This buffer is for notes you don't want to save, and for Lisp evaluation. * insert it in the current buffer as lisp code (<code>M-x insert-kbd-macro</code>).
    3 KB (580 words) - 15:27, 4 July 2016
  • [[Ert]] - Ert is the unit test framework for developing Emacs lisp code.
    396 bytes (46 words) - 14:53, 10 January 2019
  • * Native compilation of Lisp files
    636 bytes (90 words) - 10:23, 6 April 2022
  • This page presents links to noticeable Emacs lisp tutorials out there. They are somewhat sorted by difficulty. Xah Lee has a number of very useful lisp tutorials that show many practical aspects of the language, with a down-to-
    5 KB (877 words) - 12:25, 6 July 2015
  • '''ELPA''' (or Emacs Lisp Package Archive) is the official GNU Emacs [[package.el]] repository.
    382 bytes (46 words) - 10:51, 14 August 2012
  • ...cSQL] - a high level emacs RDBMS front-end (specifically tailored to Emacs Lisp objects, not intended to interact with an arbitrary database)
    441 bytes (66 words) - 10:32, 11 March 2019
  • Using a wiki engine written in [[Lisp]] or Scheme would have been more in ....emacswiki.org/scripts/update-ell update-ell] -- update the Wikified Emacs Lisp List
    3 KB (391 words) - 11:52, 2 November 2012
  • <source lang="lisp"> [[Category: Lisp]][[Category: Clojure]]
    831 bytes (87 words) - 10:20, 16 May 2017
  • <source lang="lisp"> [[Category:Lisp]][[Category:Convenience]][[Category:Third Party Package]]
    836 bytes (102 words) - 12:21, 2 May 2012
  • ...HOME%\.emacs.d}} on Windows) is the standard location for additional Emacs Lisp files. Many packages uses it to store information, such as configuration fi
    828 bytes (122 words) - 23:07, 18 July 2015
  • |source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/skeleton.el [[Emacs Lisp]], [[C]] etc.
    1 KB (136 words) - 20:19, 7 December 2012
  • ...Emacs. It is a lexer, parser-generator, and parser. It is written in Emacs Lisp and is customized to the way Emacs thinks about language files, and is opti David Ponce has ported Bison to Emacs Lisp. New languages can be supported via the wisent parser.
    3 KB (448 words) - 07:57, 6 November 2015
  • ...can add, remove and change key bindings for any command by using the Emacs Lisp function <code>global-set-key</code> or <code>local-set-key</code>. ...{Keys|C-x ESC ESC|repeat-complex-command}}. The output you see is the full lisp command which does the binding. You can copy this to your {{EmacsConfigFil
    2 KB (382 words) - 04:00, 11 May 2012
  • ...ression regular expressions] in general. This article focuses on the Emacs Lisp implementation of regular expressions. === Embed Emacs Lisp ===
    6 KB (752 words) - 10:34, 3 December 2018
  • This gives an introduction to Emacs Lisp in 15 minutes (v0.2d) === Write and execute lisp ===
    11 KB (1,507 words) - 20:48, 18 May 2017
  • |description=Database Interface for Emacs Lisp
    1 KB (153 words) - 13:30, 30 May 2018
  • '''Emacs Lisp screen''' is a tabbed window session manager modeled after [http://www.gnu. ...ion language, emacs-lisp. There are a lot of applications written in emacs-lisp, and you may run many applications on your Emacs at the same time, i.e. e-m
    5 KB (646 words) - 12:43, 1 December 2022
  • [[Category:Lisp]]
    2 KB (187 words) - 11:22, 25 June 2019
  • The lisp source is at github : https://github.com/winterTTr/ace-jump-mode/wiki
    1 KB (206 words) - 11:51, 10 June 2017
  • Tips on how to edit lisp code efficiently. ...the parentheses. Dimming them might be even more useful for people new to lisp who have not yet learned to subconsciously blend out the parentheses."
    9 KB (1,261 words) - 15:14, 5 August 2020
  • [[Category:Emacs Lisp]]
    2 KB (246 words) - 21:28, 22 June 2018
  • == Emacs now provides a limited form of concurrency with Lisp threads. == Emacs now provides a limited form of concurrency with Lisp threads.
    8 KB (1,110 words) - 08:26, 30 July 2019
  • ...onfusing because it is associated with Edict, the Japanese dictionary. The lisp package can work with other dictionaries. ...and then the enclosed cpio archive. It will create a usr/share/emacs/site-lisp/edict hierarchy, but you can move the edict folder or just its contents to
    5 KB (783 words) - 00:47, 1 April 2012
  • * [[:Category:Emacs Lisp|Learn Emacs Lisp]]
    9 KB (1,244 words) - 09:15, 22 February 2024
  • ...ou must run the parser ebrowse on your source files in order to generate a Lisp data base describing your program.
    2 KB (374 words) - 10:30, 5 November 2014
  • ...::PDE''' -- Perl Development Environment in emacs is a collection of emacs lisp extension and configuration for Perl development environment.
    2 KB (335 words) - 15:36, 24 June 2014
  • ...dependencies. For instance - finding project files is done in pure [[Emacs Lisp]] without the use of GNU find. <source lang="lisp">
    2 KB (324 words) - 09:35, 16 May 2017
  • in [[Emacs Lisp]], located at either {{Filename|${HOME}/.emacs.d/init.el}} or (archaically) Running the above command will enable the Emacs Lisp debugger for errors in the init file.
    6 KB (865 words) - 16:16, 29 December 2022
  • <source lang="lisp"> <source lang="lisp">
    3 KB (407 words) - 13:24, 13 April 2017
  • This page contains snippets of code that demonstrate basic [[Emacs Lisp]] <syntaxhighlight lang="lisp">
    27 KB (3,050 words) - 11:43, 18 September 2016
  • [[package.el]] aka ELPA, the Emacs Lisp Package Archive.
    3 KB (437 words) - 15:10, 30 July 2014
  • ...e engine and development system for Emacs(currently being ported to Common Lisp).
    3 KB (445 words) - 20:21, 19 May 2013
  • Eshell is an entire shell by [[John Wiegley]] written in [[Emacs Lisp]]. ...urne-like shells. So by re-writing common commands like ls and cp in Emacs-Lisp, Eshell will function identically on any environment Emacs itself runs on.
    25 KB (4,106 words) - 11:18, 12 September 2020
  • <syntaxhighlight lang="lisp"> Alternatively you can add this snippet of Emacs Lisp code to your
    5 KB (634 words) - 15:14, 8 April 2015
  • ...g and manipulating Python code, '''pymacs''' is an interface between emacs lisp and python, and '''{{ModeLink|ropemacs}}''' is an Emacs interface to the ro ...pymacs do not delete the folder.Copy the file pymacs.el to ~/.emacs.d/site-lisp/'''
    31 KB (4,441 words) - 11:05, 2 May 2023
  • ...Despite looking long, the setup is short and easy (mostly copy/paste Emacs Lisp code into your init.el); most of the guide are explanations and demonstrati <source lang="lisp">
    7 KB (968 words) - 10:29, 6 November 2014
  • ...ql org-ql] is a query language for Org files. It offers two syntax styles: Lisp-like sexps and search engine-like keywords.
    6 KB (955 words) - 03:35, 15 August 2020
  • |source=http://repo.or.cz/w/emacs.git/blob_plain/HEAD:/lisp/emacs-lisp/package.el ....git;a=blob_plain;hb=ba08b24186711eaeb3748f3d1f23e2c2d9ed0d09;f=lisp/emacs-lisp/package.el here] and enjoy it.
    9 KB (1,313 words) - 09:49, 15 November 2017
  • * Macros and Lisp procedures ; {{Keys|M-(}} : inserts a new lisp function (parenthesis)
    22 KB (3,132 words) - 10:41, 17 May 2017
  • A '''string''' in Emacs Lisp is an array that contains an ordered sequence of '''characters''' '''sequence''' type is the union of two other Lisp types: '''lists''' and '''arrays'''. While array has four types, all one-di
    38 KB (3,199 words) - 01:09, 20 January 2017
  • <source lang="lisp"> <source lang="lisp">
    10 KB (1,428 words) - 21:43, 5 September 2017
  • <source lang="lisp"> <source lang="lisp">
    15 KB (2,292 words) - 13:39, 2 June 2015
  • |source=http://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/dired.el with Lisp. The former is faster and provide a more precise value.
    11 KB (1,721 words) - 14:25, 19 July 2022