About site: Programming/Languages/Lisp/Emacs Lisp - Emacs Packages
Return to Computers also Computers
  About site: http://www.geekware.de/software/emacs/

Title: Programming/Languages/Lisp/Emacs Lisp - Emacs Packages Packages for: buffer selection and cycling by C-TAB; fast navigation through toplevel definitions; Gimp Script Fu; highlighting regular expressions, current word.
NextDayPC Name brand computer products browsable by category and brand. Based in California, United States.

Altair32 An open source Altair emulator for Windows.

How_to_Format_and_Submit_a_New_Group_Proposal For those who are preparing to propose the creation or reorganization of a group in the comp, humanities, misc, news, rec, sci, soc, or talk hierarchies (known collectively as the Big Eight).

McGuinness,_Deborah Researcher in Knowledge Representation and Reasoning Systems. Co-designer and developer of CLASSIC and Chimaera among others. Associate Director of the Knowledge Systems Laboratory at Stanford Unive

Inrange_Technologies Manufacturer of data and communications switching systems and infrastructure products.

Capability_Maturity_Model Growing article, with links to many related topics. [Wikipedia]


  Alexa statistic for http://www.geekware.de/software/emacs/





Get your Google PageRank






Please visit: http://www.geekware.de/software/emacs/


  Related sites for http://www.geekware.de/software/emacs/
    Source_Help_Builder Create help system for Delphi source code. It can be generated as popular Help formats (HLP and CHM) so printed documentation in PDF format.
    Little_Men_Studio Company specializes in custom art of original graphics and illustrations for the Web, publishing and marketing.
    Securepoint_Firewall_Server Securepoint Firewall Server free firewall system. The Securepoint Firewall Server is a high-performance, commercial-grade application designed to offer full protection for network assets.Also offering
    Ebsotech_IX_SDK A cross-platform C/C++ library provides systems developers with the possibility to develop localized applications for robust data processing simultaneously for several target environments and language
    OmniViz,_Inc_ Software developer of information visualization and data mining solutions for life and chemical sciences.
    Kask,_Ullar Simple but useful Ada links.
    Maltzan_org Software projects, including Java, raytracing, particle systems. About.
    Scirius_Development Free and commercial cross platform Xtras for Macromedia Director to control the mouse, functions to get information related to the date and time, return the state of the Caps Lock key, allow Lingo to
    Correlate_K-Map_3_0_for_Microsoft_SharePoint_Portal_Server KnowledgeMaps. Take SharePoint documents Offline. Structure customizable templates and best practices for RFIs, policies and procedures, product launch plans, marketing projects, and compliance report
    RFC_0297 TIP Message Buffers. D.C. Walden. January 1972.
    Free_Vista_Files Newest Windows Vista compatible shareware and freeware files. PAD file submissions accepted.
    alt_usenet_kooks The subscribers to the group regularly hold votes to label people as "recipients" of various mock awards. Includes the FAQ, a list of award winners and kookle, a kook award search engine.
    The_Free_Network_Project_(Freenet) Free software which lets you publish and obtain information on the Internet without fear of censorship. To achieve this freedom, the network is entirely decentralized and publishers and consumers of i
    MKinsight Web enabled internal audit management. Includes risk analysis, electronic working papers and reporting functions.
    Web_Log_Analyzer_By_Search_Term_ Analyzes log data for Search Engine referred users with separate data for each search term. Plots changes over time.
    Acrobat_Designs Provides web development, hosting, and domain registration services. Philadelphia, Pennsylvania.
    Avanmedia Specializes in the design, development, and implementation of Internet and e-commerce systems.
    Software_Advantage_Consulting Offers design, hosting, content management, Flash design, ColdFusion programming, and multimedia services, plus general computer consulting. Sterling Heights, Michigan, United States.
    BrowserFor2 Software will allow two people to browse the Internet at the same time. Program links through the Internet with another copy of BrowserFor2 in order to create a shared browsing experience. Requirement
    Tek-Tips ColdFusion technical support forums and mutual help system for computer professionals.
This is websites2007.org cache of m/ as retrieved on 2008.08.30 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
EMACS packages

EMACS

To emacs or not to emacs ... Emacs-Ring - Site Number 42 [ Next Site | Skip Next Site | Previous Site | Skip Previous Site | List Sites | Home ] A list of my EMACS packages: desktop-menu.el : Managing emacs desktops bs.el : Buffer selection ibs.el : Buffer cycling by C-TAB generic-dl.el :  Fast navigation through toplevel definitions gimp-shell.el :  Gimp shell for Gimps Script Fu highlight-regexp.el :  highlighting regular expressions and current word. And here they are ... desktop-menu.el (version 0.1) for a managing various Emacs desktops in one directory. Why a Desktop Menu? The Emacs package desktop is a really nice menu for saving and reading various Emacs desktops in different directories. But often I have following problems: I want to save various Emacs desktops in the same directory and I lost the overview for all the directories with a Emacs desktop. So I've developed a menu which can handle various Emacs desktops in one directory and I can give each desktop a nice name.      Installation      Put desktop-menu.el in a directory found by your emacs load path. Add to your .emacs: (require 'desktop-menu) Optional define a key binding for main function bs-show (global-set-key "\C-xp" 'desktop-menu) To customize desktop-menu use M-x desktop-menu-customize bs.el (version 1.17 of 1 mar 2001) for a better way of selecting buffers. Nice and comfortable buffer selection by C-x C-b. An alternative for list-buffers referable electric-buffer-list Support buffer cycling with bs-cycle-next and bs-cycle-previous.      Installation      Put bs.el in a directory found by your emacs load path. Add to your .emacs: (require 'bs) Optional define a key binding for main function bs-show (global-set-key "\C-x\C-b" 'bs-show) To customize bs use M-x bs-customize ibs.el (version 0.12 1 mar 2001) for buffer cycling by C-TAB.      Installation      Put ibs.el in a directory found by your emacs load path. Add to your .emacs: (require 'ibs)      Commentary      This Emacs package provides a minor mode for buffer cycling; more exact: to switch by key C-TAB between Emacs buffers like MS-Windows IDEs. C-TAB starts buffer cycling. Every other key terminates cycling and sets the current buffer at the top of Emacs buffer list. The buffer we started buffer cycling won't be buried !!! You can configure the keys for cycling. Therefore set global ibs-cycling-key before loading ibs.el. You can define which buffers will be used for buffer cycling. Set global ibs-cycle-buffer-function to a function which returns a buffer list. The default is buffer-list, which returns all buffers in recently order. If package bs is loaded the cycling list of this package will be used. generic-dl.el (8kB ;26 October 2000, requires generic-menu.el (14kB)) for a better way of navigating over toplevel functions. Provide a function for listing toplevel definitions in current buffer according to current mode.      Installation      Put generic-dl.el and generic-menu.el into a suitable place. When in load-path: (require 'generic-dl) When not in load-path: (load "/WHERE_IT_IS/generic-menu.el") (load "/WHERE_IT_IS/generic-dl.el") Define a suitable key (global-set-key [f8] 'dl-popup) gimp-shell.el (26 October 2000, (15kB)) a Gimp-Shell. Provide a Gimp-Shell for a friendly way to talk to Script Fu.      Installation/Use      Start Gimp and its Script-FU Server Load gimp-shell.el Start Gimp-Shell with interactive command gimp-shell Features: Command History with M-p and M-n Gimp-Function description by interactive command gimp-describe-function (use SPACE for completion) load current scheme file by interactive command gimp-load-current-file load any scheme file by interactive command gimp-load-file highlight-regexp.el temporary highlighting regular expressions and current word. Provide some functions for highlighting regular expressions in current buffer and a convenience function for highlighting current word `highlight-regexp-current-word'. This package offers default key bindings: C-c h w `highlight-regexp-current-word' C-c h r `highlight-regexp-regexp' C-c h s `highlight-regexp-string' C-c h c `highlight-regexp-clear' C-c h d `highlight-regexp-delete' You can disable these key bindings. If recentering `C-l' the display all highlighted instances will be deleted. You can disable this feature. Some links: GNU Emacs - GNU Project - Free Software Foundation (FSF) EMACS-Organisation EMACS-JDE FSF Writing GNU Emacs Extensions EMACS for Win 95/NT GNU Emacs Lisp Reference Manual - Table of Co. Emacs Documentation Emacs Fontification Archive of gnu.emacs.sources newsgroup Emacs Lisp List by Stephen Eglen Lisp programming packages by Jari Aalto FAQ generated by EMACS und Olaf Sylvester
 

Packages

for:

buffer

selection

and

cycling

by

C-TAB;

fast

navigation

through

toplevel

definitions;

Gimp

Script

Fu;

highlighting

regular

expressions,

current

word.

http://www.geekware.de/software/emacs/

Emacs Packages 2008 August

dvd rental

dvd


Packages for: buffer selection and cycling by C-TAB; fast navigation through toplevel definitions; Gimp Script Fu; highlighting regular expressions, current word.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Free Advertising - News - Cheap Car Insurance - Tax - Compare
2008-08-30 11:02:32

Copyright 2005, 2006 by Webmaster
Websites is cool :) 168Sauny Producenci - Albergo Budapest - Apartamenty Viva Maria - Meble - Automaty Do Bram