shell-command-queue.el

2008-03-23 Thread Mathias Dahl
Enjoy! /Mathias ;;; shell-command-queue.el --- Queue shell commands for execution ;; ;; Copyright (C) 2008 Mathias Dahl ;; ;; Version: 0.1 ;; Keywords: processes, shell ;; Author: Mathias Dahl [EMAIL PROTECTED] ;; This file is not part of GNU Emacs. ;; GNU Emacs is free software; you can

guess-language

2008-02-26 Thread Mathias Dahl
For a small hack I needed to make a guess about what language a text is written in. This in order to automatically set the correct `predictive' dictionary. I could not find any existing elisp code that did the same thing so I wrote it myself. I present to you `guess-language': (defun

Re: guess-language

2008-02-26 Thread Mathias Dahl
[EMAIL PROTECTED] writes: There is auto-lang.el : http://www.emacswiki.org/cgi-bin/wiki/AutoLangMode That's what I get for not searching EmacsWiki I guess :) Thanks! ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org

Re: guitar-tune.el 0.1

2008-01-13 Thread Mathias Dahl
Evans Winner [EMAIL PROTECTED] writes: Sorry. Basically it means that it ought to be fairly easy to make it of more general use by allowing it to play any of the 12 named notes used in the ``12-tone, equal-tempered'' scale used in Western music: A, A#, B, C, C#, etc--as opposed to just the

Re: [OT] Re: realplay.el interface with Real Player v. 1879

2007-07-27 Thread Mathias Dahl
Galen Boyer [EMAIL PROTECTED] writes: Someone else pointed out that you can't be sure of that conclusion. In that other world What other world? Today, as we speak, in the world we are living in right now You mentioned it yourself in your first post: Its a fairly

Re: [OT] Re: realplay.el interface with Real Player v. 1879

2007-07-27 Thread Mathias Dahl
Richard Stallman [EMAIL PROTECTED] writes: What you are saying is hypothetical. It is about a hypothetical alternate world, so of course it is hypothetical. Should we maybe move this to alt.talk.hypothetical [1]? :) /Mathias --- [1]

Re: [OT] Re: realplay.el interface with Real Player v. 1879

2007-07-26 Thread Mathias Dahl
Joost Kremers [EMAIL PROTECTED] writes: actually, there are two non-sequiturs in your reasoning here. there are businesses making money with free and/or open source software, so there is no a priori reason to assume oracle wouldn't be in business if all software were free. and even if that

file-props.el - new version

2007-07-21 Thread Mathias Dahl
. Enjoy! /Mathias ;;; file-props.el --- Add file properties to your files ;; ;; Copyright (C) 2006, 2007 Mathias Dahl ;; ;; Version: 0.1.3 ;; Keywords: search, convenience, files ;; Author: Mathias Dahl [EMAIL PROTECTED] ;; This file is not part of GNU Emacs. ;; GNU Emacs is free software; you can

Re: keyboard-macro-timer.el

2007-07-20 Thread Mathias Dahl
Richard Stallman [EMAIL PROTECTED] writes: It occurs to me that it would be more general to repeat the next or previous command at a given interval. If what you want to repeat is a keyboard macro, then you type a command to run the keyboard macro. True, that would be more general. It is

keyboard-macro-timer.el

2007-07-19 Thread Mathias Dahl
For your pleasure :) /Mathias ;;; keyboard-macro-timer.el --- Run last keyboard macro with a timer ;; Copyright (C) 2007 Mathias Dahl ;; ;; Version: 0.1 ;; Keywords: convenience, keyboard macros, timers ;; Author: Mathias Dahl [EMAIL PROTECTED] ;; This file is not part of GNU Emacs. ;; GNU

Re: ;;; anything.el --- open anything

2007-06-29 Thread Mathias Dahl
Mathias Dahl [EMAIL PROTECTED] writes: I might also try to extend it to find my Jabber buddies and start chatting with them. Did it. Works. The code below requires jabber.el: (defun my-jabber-list-contacts (optional subset require-match default resource) List Jabber contacts

Re: ;;; anything.el --- open anything

2007-06-28 Thread Mathias Dahl
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: You mean commands? Yes :) It's possible already, you just need to write the source for it: Cool! Do you still think the results should be indented? I added empty separator lines between results form different sources and I think it improved

Re: ;;; anything.el --- open anything

2007-06-27 Thread Mathias Dahl
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: Will this work with interactive action functions as well? I can see how that could be useful sometimes. You mean commands? Yes :) Do you mean the current left/right bindings? They are already provided. See the latest version on Emacs Wiki.

Re: ;;; anything.el --- open anything

2007-06-25 Thread Mathias Dahl
[EMAIL PROTECTED] [EMAIL PROTECTED] writes: This is a prototype for an idea I've been contemplating for a while. When I want to open something I often find it cumbersome that I have to specify *what* I want to open. Why not just type something and emacs show me everything it can offer

Re: imagetext.el v.3 -- see text comments in image files

2007-06-21 Thread Mathias Dahl
Kevin Ryde [EMAIL PROTECTED] writes: This version incorporates display of tumme/image-dired tags and comments as suggested by Mathias. Sweet! It works well! /Mathias ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org

file-cache-iswitchb-file

2006-06-08 Thread Mathias Dahl
A small hack I just did: (defun file-cache-iswitchb-file () Using iswitchb, interactively open file from file cache'. First select a file, matched using iswitchb against the contents in `file-cache-alist'. If the file exist in more than one directory, select directory in the same way. Lastly

Re: A Windows style file deletion system

2006-05-29 Thread Mathias Dahl
Davin Pearson [EMAIL PROTECTED] writes: ;; The file trashcan.el changes the behaviour of deleting files with ;; the x key in dired mode. Instead of deleting files permanently, ;; which is Emacs' default behaviour, they are either moved to a ;; Trashcan Directory Nice, thanks! At first I

Re: mouse-insert-sexp-at-point

2006-05-29 Thread Mathias Dahl
Emilio Lopes [EMAIL PROTECTED] writes: Someone at comp.lang.lisp recently praised the mouse copy command available in the IDE of some proprietary Lisp implementations at also in Genera. Although I'm not the mouse kind of person, I thought such a command could be occasionally useful and

Re: gds.el --- Emacs interface to Google Desktop Search

2006-02-10 Thread Mathias Dahl
Richard M. Stallman [EMAIL PROTECTED] writes: Is Google Desktop Search a non-free program? I think that it is. If so, people should not be installing it on their computers. (The same is true of Apple's iTunes software.) I'm sure it is. Also, it is not a good thing to release software that

tumme.el 0.4.8 - no code

2005-06-05 Thread Mathias Dahl
Please find the latest version here: http://www.emacswiki.org/cgi-bin/wiki/Tumme For contacting me, use the e-mail address found in the source code. Changes: Version 0.4.8, 2005-06-05 * Changed `tumme-display-dired-image' and `tumme-display-thumbnail-original-image' so that when called

tumme.el 0.4.7 - no code

2005-05-25 Thread Mathias Dahl
Please find the latest version here: http://www.emacswiki.org/cgi-bin/wiki/Tumme For contacting me, use the e-mail address found in the source code. Changes: Version 0.4.7, 2005-05-26 * Change header line of tumme.el so that it does not wrap and cause evaluation problems for people