[ANN] Lentic 0.7

2015-02-05 Thread Phillip Lord
Lentic.el 0.7 is now available. Lentic is an Emacs mode which supports multiple views over the same text. This can be used for a form of literate programming. It has specific support for Clojure which it can combine with either LaTeX, Asciidoc or Org-Mode. Two lentic buffers, by default, the two

Lentic 0.6: Multiple Syntactic Views over Buffers

2015-01-07 Thread Phillip Lord
Lentic.el 0.6 is now available. Lentic provide an solution for editing in two modes. Two lentic buffers, by default, the two share content but are otherwise independent. Therefore, you can have two buffers open, each showing the content in different modes; to switch modes, you simply switch buffer

linked-buffer v0.5

2014-09-18 Thread Phillip Lord
I'm pleased to announce the 0.5 version of linked-buffer. This provides a flexible linking between two buffers sharing the same content. The most important addition to this release is support for Emacs-Lisp and Org-mode. This means that it is possible to edit all the comments in an elisp file usi

m-buffer 0.3

2014-06-10 Thread Phillip Lord
m-buffer v0.3 is now available. m-buffer provides a set of list-orientated functions for operating over the contents of Emacs buffers. Functions are generally purish: i.e. they may change the state of one buffer by side-effect, but should not affect point, current buffer, match data or so forth.

linked-buffer.el v0.3

2014-06-10 Thread Phillip Lord
linked-buffer.el v0.3 is now available. Linked buffers provide an solution for editing in two modes. Two linked buffers, by default, the two share content but are otherwise independent. Therefore, you can have two buffers open, each showing the content in different modes; to switch modes, you si

Re: linked-buffer.el 0.1

2014-02-17 Thread Phillip Lord
Ted Zlatanov writes: > On Thu, 13 Feb 2014 21:48:54 + phillip.l...@newcastle.ac.uk (Phillip > Lord) wrote: > > PL> This is the first (pre)-release of linked-buffer.el. Create two buffers > PL> with the same (or nearly the same) content but which are otherwise > PL

Re: linked-buffer.el 0.1

2014-02-17 Thread Phillip Lord
Stefan Monnier writes: >> Having said that, the current implementation is very dumb (it copies the >> entire buffer every keypress) and it seems to behave fine. > > Of course, this introduces a significant performance problem, tho it may > only rear its ugly head in some rather than all cases. Y

Re: linked-buffer.el 0.1

2014-02-14 Thread Phillip Lord
Uwe Brauer writes: >>> "Phillip" == Phillip Lord writes: > >> This is the first (pre)-release of linked-buffer.el. Create two >> buffers with the same (or nearly the same) content but which are >> otherwise independent; different modes, dif

linked-buffer.el 0.1

2014-02-13 Thread Phillip Lord
This is the first (pre)-release of linked-buffer.el. Create two buffers with the same (or nearly the same) content but which are otherwise independent; different modes, different files are all possible. As well as supporting buffers with identical content, it also supports buffers with a bi-direc

m-buffer.el 0.1

2014-02-13 Thread Phillip Lord
This is the first (pre)-release of m-buffer.el providing list-oriented operations over the contents of buffers. m-buffer.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman

eval-pulse.el 0.1

2013-12-17 Thread Phillip Lord
This is a relatively pointless piece of eye-candy that makes lisp code pulse when it's evaluated. It's occasionally useful when the point is, for example (betweeen) here (two-forms) Under these circumstances, eval-last-sexp and eval-defun eval different forms and it all gets a bit confusing. T

paredit-pause.el 1.0

2013-09-23 Thread Phillip Lord
You know how it is. You're wandering happily through your syntax tree, all your sexps are balanced, your code is looking lovely. Then, suddenly it happens, you're fixing one of your functions, and bang, you barf one sexp too many, with C-left. Oh no! So, you C-right before realising that it's not

paredit-menu.el -- adds a menu to paredit

2012-10-25 Thread Phillip Lord
Paredit is fantastic when in daily use, but gets hard otherwise, because I forget some of the more obscure commands. Having the paredit cheatsheet open constantly seemed overkill. paredit-menu just adds a menu for paredit. Not that useful for interacting, but takes the place of the cheatsheet, c

omn-mode.el 1.0

2012-08-14 Thread Phillip Lord
This mode implements support for Manchester OWL syntax which is documented at http://www.w3.org/TR/owl2-manchester-syntax/. This is a frame syntax for authoring OWL Web Ontologies. It implements support for - fontification (syntax highlighting) - imenu support - a simple indentation engine -

Re: pabbrev.el version 2

2009-05-20 Thread Phillip Lord
Richard Riley writes: > Phillip Lord writes: > > How do you see this comparing with normal hippie expand or the > excellent company mode? It seems not so much as a abbreviation system as > a completion system. e.g "kbd" would be an abbreviation for "keyboard"

Re: IDE Skeleton

2008-06-09 Thread Phillip Lord
Piotr Looks interesting; it is not very similar to the Emacs Code Browser though? Phil > "pk" == piotr karpiuk <[EMAIL PROTECTED]> writes: pk> http://www.emacswiki.org/cgi-bin/wiki/IdeSkel pk> Ide-skel is a skeleton (or framework) of IDE for Emacs users. Like pk> Eclipse, it can b

Re: boxquote.el v1.21

2008-05-22 Thread Phillip Lord
> "KR" == Kevin Rodgers <[EMAIL PROTECTED]> writes: KR> Dave Pearson wrote: >> (defcustom boxquote-title-buffers t "*Should a `boxquote-insert-bugger' >> title the box with the buffer name?" :type '(choice (const :tag "Title >> the box with the buffer name" t) (const :tag "Don't title

Re: Remember 2.0 released

2008-04-19 Thread Phillip . Lord
> Ulrich Mueller <[EMAIL PROTECTED]> writes: > >> This is not a clean way of doing things. If Emacs fails here, it is a >> real error (i.e. there will be no .elc file), so make should _not_ >> ignore it, but abort at this point. >> >> Gentoo includes a patch for the Makefile not to ignore errors >>

Re: Remember 2.0 released

2008-04-18 Thread Phillip Lord
> "Uwe" == Uwe Brauer <[EMAIL PROTECTED]> writes: > "Michael" == Michael Olson <[EMAIL PROTECTED]> writes: >> I am pleased to announce the release of Remember 2.0. Remember is an >> Emacs mode for quickly remembering data. It uses whatever back-end is >> appropriate to record and cor

Re: uuid.pl

2008-04-14 Thread Phillip Lord
> "SA" == Stefan Arentz <[EMAIL PROTECTED]> writes: >> now now, errors are always acceptable, at least on first blush; they >> remind us that trees must be grown, not painted in worst rush. true, you >> can "cultivate" by burning both bush and weed, cursing the natural >> outcome of ran

Re: pabbrev.el

2007-11-02 Thread Phillip Lord
> "TC" == Toby Cubitt <[EMAIL PROTECTED]> writes: TC> It would be trivial to write the ten-or-so-line wrapper function needed TC> to do the same for pabbrev. I'd encourage anyone who does so to post it TC> to the CompletionUI wiki page, and link it from the pabbrev TC> page. (Unsurpris

Re: pabbrev.el

2007-11-02 Thread Phillip Lord
>>>>> "WX" == William Xu <[EMAIL PROTECTED]> writes: WX> Phillip Lord <[EMAIL PROTECTED]> writes: >> pabbrev.el provides predictive, as you type abbreviation expansion, based >> on words already typed in the buffer, offering expansi

smtp-openssl.el

2007-10-23 Thread Phillip Lord
Here is a new version of smtp-openssl.el. This file enables the use of openssl as opposed to gnutls for encrypted access to an SMTP server for sending mail. This works cross-platform, with cygwin openssl on windows, which I can't get gnutls to do. I've written this for my own purposes, so it re

Re: codesearch.el 1.0 --- Search for code via Google Code Search

2007-06-29 Thread Phillip Lord
> "AR" == Andreas Röhler <[EMAIL PROTECTED]> writes: AR> Am Donnerstag, 28. Juni 2007 21:26 schrieb Richard Stallman: >> ;;; codesearch.el --- allowing users to search for open-source >> ;;; code on >> >> Would you please call it "free software code"? Using the term >> "open sour

smtp-openssl

2007-05-21 Thread Phillip Lord
This is a new package which adds SSL/TLS support to smptmail.el, using openssl rather than gnutls. This is useful because gnutls uses process signalling for out-of-band communication, so doesn't work with NTEmacs, at least not in my hands. I've been using this with cygwin openssl (which is what G

Re: Colour scheme chooser

2006-05-05 Thread Phillip Lord
> "JS" == John Sturdy <[EMAIL PROTECTED]> writes: JS> At JS> http://www.cb1.com/~john/computing/emacs/lisp/appearance/colour-schemes.el JS> is a small package to switch foreground, background and cursor JS> colours together, as co-ordinated sets. Have you seen color-theme.el... Che

Re: predictive.el -- New Release

2006-05-03 Thread Phillip Lord
> "TC" == Toby Cubitt <[EMAIL PROTECTED]> writes: TC> On Tue, May 02, 2006 at 07:29:33PM +0200, David Hansen wrote: >> Nice work. TC> Thanks! >> Just a note: rebinding RET is IMHO a very bad idea. In >> programming modes i have bound it to >> `reindent-then-newline-and-indent' a

RE: predictive.el -- predictive completion of words as you type inEmacs

2006-03-10 Thread Phillip Lord
Uwe Brauer wrote: >>>>>> "Phillip" == Phillip Lord <[EMAIL PROTECTED]> writes: > > > >Phillip> Looks interesting, but rather like pabbrev.el which does >Phillip> much the same thing. Have you tried both? > > There is also dab

RE: predictive.el -- predictive completion of words as you type in Emacs

2006-02-26 Thread Phillip Lord
Toby 'qubit' Cubitt wrote: > The languages we use to communicate contain a large amount of > redundancy. Given the first few letters of a word, for instance, it's > not too difficult to predict what should come next. Try it! You can > probably easily guess how to fill in the missing letters in the

cygwin-symlink.el

2006-01-12 Thread Phillip Lord
This is some preliminary code that I am working on. It enables the interpretation of cygwin symlinks, by a non cygwin emacs. Early stages at the moment; it works with find-file, but not with ido, which is mostly where I wanted it! Ho hum. Phil cygwin-symlink.el Description: cygwin-symlin

pgg-crypt.el

2005-10-31 Thread Phillip Lord
This is a small minor mode I've just knocked up which does automatic gpg encryption of files. One problem at the moment is that it doesn't block auto-save, and the files tend to get dumped unencrypted, as I haven't worked out how to block this yet. pgg-crypt.el Description: pgg-crypt.el ___

variant.el -- translate between English language variants

2005-09-05 Thread Phillip Lord
Here is a new package which automates the process of moving between British and Canadian English--as well as a few other less common varieties. This also requires a data file which I can't post as it's too large. It's available at... http://www.cs.man.ac.uk/~phillord/download/emacs/variant.el