lisp - Topic Profile
  Home FAQ Contact Sign in
 
Advanced search
POPULAR GROUPS

more...

Most active groups for topic
comp.lang.functional 2309
gnu.emacs.help 2267
perl.cpan.testers 1007
comp.lang.forth 639
alt.nuke.the.usa 317
gnu.emacs.gnus 225
gnu.emacs.sources 167
comp.lang.fortran 72
rec.music.progressive 68
de.newusers.questions 60
Last week most active authors
No posts for a week
Last active threads
RE: How to simulate pressing a key
Started Drew Adams · Date: Sep 19, 2008 08:05 · 8 post(s)
Survey: What led you to functional programming?
Started Benjamin L. Russell · Date: Sep 19, 2008 02:42 · 19 post(s)
How to get rid of *GNU Emacs* buffer on start-up?
Started Davin Pearson · Date: Sep 15, 2008 22:28 · 65 post(s)
UNKNOWN Syntax-Highlight-Universal-0.4 i386-freebsd 6.1-release-p23
Started srezic · Date: Sep 19, 2008 12:14 · 1 post(s)
PASS perl-lisp-0.06 i386-freebsd 6.1-release-p23
Started srezic · Date: Sep 19, 2008 12:13 · 1 post(s)
Re: OpenSSL with SMTP mail instead of GnuTLS
Started Phil Lord · Date: Sep 18, 2008 09:44 · 6 post(s)
How to simulate pressing a key
Started netawater · Date: Sep 19, 2008 08:12 · 1 post(s)
PASS Acme-Lisp-0.03 i686-linux 2.4.27-2-386
Started stro · Date: Sep 18, 2008 19:04 · 1 post(s)
PASS Acme-Lisp-0.03 darwin-2level-ld 8.11.0
Started rlane10 · Date: Sep 18, 2008 15:05 · 1 post(s)
<2008-08-24> FAQ: Newsreader-Uebersicht fuer Einsteiger
Started Thomas Huehn · Date: Sep 18, 2008 15:00 · 1 post(s)
Last week hot threads
No posts for a week
Latest posts
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for lisp in gnu.emacs.help
Author: netawater
Date: Sep 20, 2008 07:37

... is binding for it may have uncertainty parameter, like tab's function forward-button has parameter, but lisp-indent-line does not. although execute-extended-command works perfect, but I can not use it in my...>> (apply M-TAB-func '()) (apply TAB-func '())))) my way is only suitable for lisp-indent-line but not forward-button. As you said, `forward-button' expects at least one ...
Show full article (2.72Kb)
erlang misconceptions (Re: Survey: What led you to functional programming?)
Group: comp.lang.functional · Group Profile · Search for lisp in comp.lang.functional
Author: Ulf Wiger
Date: Sep 20, 2008 07:12

.../2008/02/06/what-is-erlang-style-concurrency/) Also, those who have read up on erlang's history should also know that experiments with Parlog were part of the early evolution. "1985-86 Experiments with Lisp,Prolog, Parlog etc. Conclusion: [...] It must also have a granularity of concurrency such that one asyncronous telephony process is represented by one process in the language. (Rules out Parlog.)" (http://www.erlang.org/course/...
Show full article (1.76Kb)
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for lisp in gnu.emacs.help
Author: Alan Mackenzie
Date: Sep 20, 2008 01:11

...I see I've got M-n bound for this: (define-key lisp-interaction-mode-map "\M-n" 'clone-buffer) This is easy ...can set the default mode for untitled buffer to emacs lisp mode. Or, more precisely, Lisp Interaction Mode. you are right. Thanks for correction. But this option exists already: `initial... have, polish it, and start a discussion in emacs dev lisp, and send the patch into GNU emacs. OK, just stop ...
Show full article (7.93Kb)
Re: Survey: What led you to functional programming?
Group: comp.lang.functional · Group Profile · Search for lisp in comp.lang.functional
Author: Arved Sandstrom
Date: Sep 20, 2008 00:22

... exposure to decent OOP) mid-90's: neat stuff that would run on Mac, like Oberon, some SQL 1997: Java late '90's: Python, serious intro to SQL, XSLT last 4-5 years: neat languages - Prolog, LISP, Haskell, F#, OCaml, J, Erlang last 2-3 years: C#, Ruby B) Relevant comments: 1. Exposure to languages tracks first introduction in school, then some dabbling, then scientific programming, then business programming + ongoing dabbling; 2....
Show full article (1.74Kb)
RE: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for lisp in gnu.emacs.help
Author: Drew Adams
Date: Sep 19, 2008 23:19

... is binding for it may have uncertainty parameter, like tab's function forward-button has parameter, but lisp-indent-line does not. although execute-extended-command works perfect, but I can not use it in ...> (apply M-TAB-func '()) (apply TAB-func '())))) my way is only suitable for lisp-indent-line but not forward-button. As you said, `forward-button' expects at least one argument, and ...
Show full article (2.38Kb)
Re: How to simulate pressing a key
Group: gnu.emacs.help · Group Profile · Search for lisp in gnu.emacs.help
Author: netawater
Date: Sep 19, 2008 19:50

... call the function which key is binding for it may have uncertainty parameter, like tab's function forward-button has parameter, but lisp-indent-line does not. although execute-extended-command works perfect, but I can not use it in my elisp function. ...(if (looking-at "\\>") (apply M-TAB-func '()) (apply TAB-func '()) )) ) my way is only suitable for lisp-indent-line but not forward-button.
Show full article (1.51Kb)
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for lisp in gnu.emacs.help
Author: Allan Gottlieb
Date: Sep 19, 2008 18:53

....smith@mail.mcgill.ca> wrote: David Kastrup <dak@gnu.org> writes: tyler <tyler.smith@mail.mcgill.ca> writes: Xah Lee <xah@xahlee.org> writes: В«I think the existance of the lisp scratch buffer is one of the major usability problem of emacs that prevents emacs from being widely adopted by most text editing audience.В» Ironically, I just used the scratch buffer as the repository for the text ...
Show full article (0.99Kb)
Re: Survey: What led you to functional programming?
Group: comp.lang.functional · Group Profile · Search for lisp in comp.lang.functional
Author: Jon Harrop
Date: Sep 19, 2008 18:44

... assembler 1986 Pascal 1987 ARM assembler 1992 C 1995 C++ 1996 StrongARM assembler 1996 UFI 1997 Standard ML 1998 Bash 1998 Make 1999 Fortran 2000 Mathematica 2003 Cg 2004 OCaml 2005 Lisp/Scheme 2006 Java 2006 Python 2006 Ruby 2006 F# 2007 Haskell 2007 Scala 2008 Brainf*ck 2008 CIL 2008 LLVM IL -- Dr Jon D Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com...
Show full article (0.51Kb)
Re: Survey: What led you to functional programming?
Group: comp.lang.functional · Group Profile · Search for lisp in comp.lang.functional
Author: Jon Harrop
Date: Sep 19, 2008 18:06

...1982 Sinclair BASIC 1983 BBC BASIC 1984 6502 assembler 1986 Pascal 1987 ARM assembler 1992 C 1995 C++ 1996 StrongARM assembler 1996 UFI 1997 Standard ML 1998 Bash 1998 Make 2000 Mathematica 2003 Cg 2004 OCaml 2005 Lisp/Scheme 2006 Java 2006 Python 2006 Ruby 2006 F# 2007 Haskell 2007 Scala 2008 Brainf*ck 2008 CIL 2008 LLVM IL I made extensive use of Mathematica during my PhD in computational chemistry (2000-2004) which ...
Show full article (3.12Kb)
Re: How to get rid of *GNU Emacs* buffer on start-up?
Group: gnu.emacs.help · Group Profile · Search for lisp in gnu.emacs.help
Author: Xah Lee
Date: Sep 19, 2008 17:50

...for elisp programers. (it defaults to lisp mode) Majority of people who use emacs are not lisp coders. For lisp coders, they can easily...any rough notes, including bits of Lisp. The only thing here I found...default mode for untitled buffer to emacs lisp mode. Or, more precisely, Lisp Interaction Mode. you are right. Thanks for correction. But this option...start a discussion in emacs dev lisp, and send the patch into GNU...
Show full article (8.38Kb)