Uwe Brauer | 7 Sep 2010 15:11
Picon
Favicon

flyspell-abbrev-multilang.el v2.1


Solved the following  problem:

 If you use bbdb-define-all-aliases say by 
 (add-hook 'gnus-message-setup-hook 'bbdb-define-all-aliases)
 then the code will not work, since bbdb-define-all-aliases forces
 the abbrev mechanism to use the local-text-abbrev-table. To
 cirumvent this problem, mail-aliases have to be set to nil (once
 the mails abbrev have been expanded). The problem is that when you
 later want to add a BBC or CC field the mail alias will not be
 expanded. I recommend to use defadvice for the relevant functions
 such as `message-goto-cc' etc.

Uwe Brauer 

Attachment (flyspell-abbrev-multilang.el): application/emacs-lisp, 9 KiB
_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources <at> gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources
Daniel Colascione | 12 Sep 2010 18:45
Picon

RFC: ntcmd-mode.el, a new batch file mode


;; ntcmd.el --- major mode for editing cmd scripts
;; Copyright (C) 2010 Daniel Colascione
;;
;; This file is not part of GNU Emacs.
;;
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation version 3 or later.
;;
;; Author:   Daniel Colascione <dan.colascione <at> gmail.com>
;; Version:  1.0
;; Keywords: languages
;;
;;; Commentary:
;;
;; This is a mode for highlighting and indenting Windows cmd scripts.
;; It uses a parser in several passes to ensure the buffer is
;; interpreted the way that cmd would see it. It also features
;; electric indentation.
;;
;; The default fontification of variable references is basic, but
;; there are several faces that can be adjusted to suit your fancy.
;;

(defconst ntcmd-mode-version "1.0" "ntcmd version number.")

(eval-when-compile
  (require 'cl)
  (require 'font-lock))
(Continue reading)

Thierry Volpiatto | 16 Sep 2010 10:09
Picon
Gravatar

ioccur.el V-2.0

Hi all,
ioccur.el version 2.0 is available here as usual:

http://mercurial.intuxication.org/hg/ioccur

Attached here also:

-- 
A+ Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 
Attachment (ioccur.el): application/emacs-lisp, 40 KiB

;;; ioccur.el --- Incremental occur.

;; Author: Thierry Volpiatto <thierry dot volpiatto at gmail dot com>

;; Copyright (C) 2010 Thierry Volpiatto, all rights reserved.

;; Compatibility: GNU Emacs 23.1+

;; X-URL: http://mercurial.intuxication.org/hg/ioccur

;; This file is not part of GNU Emacs.

;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
;; published by the Free Software Foundation; either version 3, or
(Continue reading)

Leo | 19 Sep 2010 13:06
Face
Picon
Gravatar

pcmpl-git.el

Hello,

A little package for git completion in eshell. It supports completing
short and long options, tags, branches and sha1s.

http://github.com/leoliu/pcmpl-git-el/commits/master

Cheers,
Leo
Attachment (git-options): application/octet-stream, 30 KiB
Attachment (pcmpl-git.el): application/emacs-lisp, 8 KiB
_______________________________________________
gnu-emacs-sources mailing list
gnu-emacs-sources <at> gnu.org
http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Gmane