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

2007-07-27 Thread Tassilo Horn
[EMAIL PROTECTED] writes: Hi Bill, (defmacro anything-add-to-actions (var action) `(setq ,var (cons (car ,var) (append (cdr ,var) (list ',action) Yep, that looks nice. I made some little changes, so that multiple evaluations don't

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

2007-07-27 Thread Joost Kremers
Richard Stallman wrote: By using Oracle, you're giving up your freedom. It may be convenient, or even profitable, but it isn't right. that, i believe, is a debatable issue. we all believe in the freedom of speech, but yet society accepts the fact that this right is restricted in certain ways.

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

2007-07-27 Thread Joost Kremers
Galen Boyer wrote: On 26 Jul 2007, [EMAIL PROTECTED] wrote: But you are talking in hypotheticals. so are you. There is currently no database software that is free that is anywhere close to as good as the software from Oracle. since i'm not a database expert, i'll take your word on that.

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

2007-07-27 Thread Richard Stallman
Someone else pointed out that you can't be sure of that conclusion. In that other world What other world? The hypothetical world in which proprietary software does not exist and therefore the company Oracle with its actual business model does not exist either. Someone else

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

2007-07-27 Thread Richard Stallman
There are plenty of people who pay for cable service instead of funding their own cable lines, yet, your argument could be turned on them and be stated, Perhaps you have misunderstood what our arguments are. Cables and software are very different. You can copy software with your

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

2007-07-27 Thread Tassilo Horn
Hi, now there are the variables anything-action-transformers-file anything-action-transformers-buffer anything-action-transformers-function ... which should be lists of functions with parameters ACTIONS (the list of actions so far) and CANDIDATE (the selected file / buffer /

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: ;;; anything.el --- open anything

2007-07-27 Thread billclem
Hi Tassilo, On Jul 27, 4:12 am, Tassilo Horn [EMAIL PROTECTED] wrote: now there are the variables anything-action-transformers-file anything-action-transformers-buffer anything-action-transformers-function ... which should be lists of functions with parameters ACTIONS (the

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]

etags-select v1.5

2007-07-27 Thread Scott Frazer
Respect case-fold-search and tags-case-fold-search. ;;; etags-select.el --- Select from multiple tags ;; Copyright (C) 2007 Scott Frazer ;; Author: Scott Frazer [EMAIL PROTECTED] ;; Maintainer: Scott Frazer [EMAIL PROTECTED] ;; Created: 07 Jun 2007 ;; Version: 1.5 ;; Keywords: etags tags tag

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

2007-07-27 Thread billclem
On Jul 27, 11:31 am, [EMAIL PROTECTED] wrote: Hi Tassilo, On Jul 27, 4:12 am, Tassilo Horn [EMAIL PROTECTED] wrote: now there are the variables anything-action-transformers-file anything-action-transformers-buffer anything-action-transformers-function ... which