Shaare your links...
2408 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 8 / 11
Newer►
219 results for tags Emacs x
  • Setting up Ediff · (or emacs irrelevant)
    Blog entry about changing some settings for ediff, the file compare tool of the Emacs editor.
    Investigate the csetq macro, see also the alternative customize-set-variable suggested in the comments.
    Thu Jun 21 14:36:15 2018 - permalink -
    - https://oremacs.com/2015/01/17/setting-up-ediff/
    editor emacs TODO
  • ZSH, tmux, Emacs and SSH: A copy-paste story
    Explanations and code for how to enable copy-paste support working in as many terminal applications as possible. Works on a full GUI $DISPLAY, over SSH, on both macOS and Linux, and between ZSH, tmux and Emacs.
    Tue May 8 15:52:36 2018 - permalink -
    - https://blog.d46.us/zsh-tmux-emacs-copy-paste/
    emacs Linux macosx X11
  • RTags is a client/server application that indexes C/C++ code and keeps a persistent file-based database of references, declarations, definitions, symbolnames etc.
    RTags is a client/server application that indexes C/C++ code and keeps a persistent file-based database of references, declarations, definitions, symbolnames etc. There’s also limited support for ObjC/ObjC++. It allows you to find symbols by name (including nested class and namespace scope). Most importantly we give you proper follow-symbol and find-references support. We also have neat little things like rename-symbol, integration with clang’s “fixits” (http://clang.llvm.org/diagnostics.html). We also integrate with flymake using clang’s vastly superior errors and warnings. Since RTags constantly will reindex “dirty” files you get live updates of compiler errors and warnings. Since we already know how to compile your sources we have a way to quickly bring up the preprocessed output of the current source file in a buffer.

    While existing taggers like gnu global, cscope, etags, ctags etc do a decent job for C they often fall a little bit short for C++. With its incredible lexical complexity, parsing C++ is an incredibly hard task and we make no bones about the fact that the only reason we are able to improve on the current tools is because of clang (http://clang.llvm.org/). RTags is named RTags in recognition of Roberto Raggi on whose C++ parser we intended to base this project but he assured us clang was the way to go. The name stuck though.
    Tue Apr 24 15:13:28 2018 - permalink -
    - https://github.com/Andersbakken/rtags
    C C++ emacs tool
  • 64-bit Emacs for Windows https://ntemacs.sourceforge.io/
    64-bit Windows build of Emacs 26.0.91. DLLs included.
    Patched with ImageMagick 7 support. Binaries and libs included.
    PDF-TOOLS (epdfinfo.exe) included.
    Features[1]: "XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS LCMS2"
    Optimized clean build. Options[2]: "--without-compress-install --without-dbus --with-modules 'CFLAGS= -O2 -pipe -g3'"

    Built and tested on a clean Windows 10 system.
    addpm modified to not create/update any registry HOME entries. It only creates shortcuts as it should.
    Wed Mar 7 16:07:43 2018 - permalink -
    - https://github.com/m-parashar/emax64
    emacs FOSS GNU software Windows
  • in which a path is charted through the coming apocalypse
    Blog article about using the simulated keys of the Emacs X Window Manager (EXWM) to change keymaps of programs such as Mozilla Firefox.
    Sun Feb 11 23:47:27 2018 - permalink -
    - https://technomancy.us/184
    blog emacs software X11
  • Wireworld in Emacs -- DustyCloud Brainstorms
    Wireworld is a cellular automaton, not unlike Conway's Game of Life. Except with Wireworld, the "cells" in play are a bit more constrained... you have a set of wires, and electrons run along them, multiply, and die out, but the paths stay the same.
    Mon Jan 29 10:38:45 2018 - permalink -
    - http://dustycloud.org/blog/wireworld-in-emacs/
    blog emacs hack
  • sicp - MELPA
    The second edition of the book Structure and Interpretation of
    Computer Programs (SICP) in info format. The HTML version can be found on https://mitpress.mit.edu/sites/default/files/sicp/index.html
    Wed Nov 15 13:01:13 2017 - permalink -
    - https://melpa.org/#/sicp
    book emacs Scheme
  • Ymacs status (Ymacs: AJAX source code editor)
    Emacs-like editor running in the web browser.
    Tue Oct 31 14:57:16 2017 - permalink -
    - http://www.ymacs.org/status.html
    BSD editor emacs FOSS software web
  • Adding numerical methods to emacs with dynamic modules
    Simple example of adding a dynamically loaded function written in C to Emacs.
    Wed Jul 12 18:08:22 2017 - permalink -
    - http://kitchingroup.cheme.cmu.edu/blog/2017/07/08/Adding-numerical-methods-to-emacs-with-dynamic-modules/
    Bessel C emacs GNU programming
  • Software, Quick Reference Materials, Essays, Christianity
    Currell Berry's collection of software and essays. Includes typographically improved version of the draft ANSI standard for Common Lisp
    http://cvberry.com/tech_writings/notes/common_lisp_standard_draft.html

    Write him about the typos I found.
    Fri Apr 28 13:27:37 2017 - permalink -
    - http://cvberry.com/index.html
    common-lisp emacs org-mode TODO writing
  • Emacs org-mode examples and cookbook
    Example of an Org-mode document.
    Mon Mar 20 14:41:41 2017 - permalink -
    - http://ehneilsen.net/notebook/orgExamples/org-examples.html#sec-5-2
    emacs org-mode reading
  • https://github.com/kensanata/emacs-setup/blob/master/config/authinfo-conf.el
    100-line Emacs Lisp program to copy passwords to clipboard and remove them after 10s from both clipboard and kill-ring.
    Tue Mar 14 13:29:54 2017 - permalink -
    - https://github.com/kensanata/emacs-setup/blob/master/config/authinfo-conf.el
    emacs FOSS security TODO
  • An Org-mode template for technical specification documents and HTML publishing
    Specification document skeleton for a web application, incl. usage examples of various org-mode features:
           Inline, text-based diagramming via Ditaa, Graphviz & PlantUML
           Hyperlink abbreviations (incl. presets for GitHub, RFC, W3C, Wikipedia)
           Section status flags, tags & custom properties
           Tables
           Named section IDs for internal x-refs
           Footnotes
           Automatically updating fields (e.g. publication date)
           Automatic updating of document changelog (using git commits)
       Beautiful, minimal, responsive CSS theme with print support (also for PDF generation)
       Basic syntax highlighting of code blocks
    Mon Feb 6 12:46:41 2017 - permalink -
    - https://github.com/thi-ng/org-spec
    CSS emacs FOSS HTML org-mode
  • View PDF documents in an Emacs buffer with DocView-like bindings.
    PDF Tools is, among other things, a replacement of DocView for PDF files. The key difference is, that pages are not pre-rendered by e.g. ghostscript and stored in the file-system, but rather created on-demand and stored in memory.

    This rendering is performed by a special library named, for whatever reason, poppler, running inside a server program. This program is called epdfinfo and its job is it to successively read requests from Emacs and produce the proper results, i.e. the PNG image of a PDF page.

    Actually, displaying PDF files is just one part of PDF Tools. Since poppler can provide us with all kinds of information about a document and is also able to modify it, there is a lot more we can do with it.

    [shaarli save link does not work here under Firefox 45.5.1/Windows or Firefox 51.0.1 (64-bit) on xubuntu, because github does not allow "foreign" JavaScript]
    Mon Jan 23 13:09:04 2017 - permalink -
    - https://github.com/politza/pdf-tools
    emacs PDF software TODO
  • Emacs, Dynamic Modules, and Joysticks « null program
    Example for a dynamic module in Emacs 25.
    Thu Nov 10 15:17:47 2016 - permalink -
    - http://nullprogram.com/blog/2016/11/05/
    blog emacs software
  • Multics Emacs History/Design/Implementation
    What follows is my vast, unpublished 1979 "Mother of All Multics Emacs papers" from which all of my lesser and greater Emacs papers, published, internal, and unpublished, were ultimately excerpted, including Prose and CONS: A Commercial Text-Processing System in Lisp in the 1980 Lisp Conference proceedings and the 1980 Honeywell conference paper. It's about time to expose it, and the WWW/HTML is now the ideal vehicle.
    Mon Oct 17 18:08:14 2016 - permalink -
    - http://www.multicians.org/mepap.html#seciii
    computer emacs history lisp
  • Emacs configuration file
    This is an Emacs configuration file written in Org mode. It is an attempt to keep ~/.emacs.d tidy, but still be able to keep it all in one file. Contains brief explanations of the configurations.
    Thu Oct 13 20:31:15 2016 - permalink -
    - https://github.com/larstvei/dot-emacs
    emacs FOSS literate-programming org-mode
  • EmacsWiki: Calendar Week Numbers
    Displaying ISO week numbers in CalendarMode.
    Thu Oct 13 20:30:23 2016 - permalink -
    - https://www.emacswiki.org/emacs/CalendarWeekNumbers
    calendar emacs
  • An Exercise in Irrelevance » Blog Archive » Lenticular Text: Looking at code from different angles
    A literate programming tool for Emacs.
    Thu Oct 13 19:58:21 2016 - permalink -
    - http://www.russet.org.uk/blog/3035
    emacs lisp literate-programming
  • GitHub - Shinmera/portacle: A portable common lisp development environment
    Portacle is a PORTAble Common Lisp Environment. What this means is that it is a fully featured integrated development environment for use with Common Lisp that runs on all major platforms and can even be put onto a USB stick to carry around. For Linux, OS X and Windows.
    Used to be on https://github.com/Shinmera/portacle
    Mon Jul 18 03:13:51 2016 - permalink -
    - https://portacle.github.io/
    common-lisp emacs FOSS lisp SBCL software
Links per page: 20 50 100
◄Older
page 8 / 11
Newer►
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.