You often mention GNU, Emacs and Free Software. What's up with that?
BossBattle.net :: FAQThe free software movement is something I care deeply about. The idea is that users of software should have rights as well, the right to use software how they wish, the right to adapt the software to their needs and to share improvements for the benefit of the user community. Big, proprietary, monopolistic companies like Microsoft are making this difficult in today's world, but there are alternatives.
Related QuestionsIs there a GNU emacs editing mode for MATLAB?
MATLAB Frequently Asked QuestionsA GNU emacs 'matlab-mode' is available via anonymous ftp from csi.jpl.nasa.gov as pub/matlab/util/matlab-mode.el
Related QuestionsHow does the Debian project fit in or compare with the Free Software Foundation's GNU project?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...The Debian system builds on the ideals of free software first championed by the Free Software Foundation and in particular by Richard Stallman. FSF's powerful system development tools, utilities, and applications are also a key part of the Debian system. The Debian Project is a separate entity from the FSF, however we communicate regularly and cooperate on various projects.
Related QuestionsIs there a Cygwin port of GNU Emacs?
The Cygwin FAQYes! It uses the X11 ('http://cygwin.com/xfree/') Windows interface. From a remote login shell, this "emacs -nw" works fine. There is also a non-X11 version which just provides the text-only terminal interface. Use Cygwin Setup to install either one (or both).
Related QuestionsIs there a GNU-Emacs interface to Lisp?
Kantrowitz & Margolin comp.lang.lisp FAQILISP is a powerful GNU-Emacs interface to many dialects of Lisp, including Lucid, Allegro, {A}KCL, IBCL, and CMU. Written by Chris McConnell <ccm+@cs.cmu.edu> and now maintained by Marco Antoniotti <marcoxa@cs.nyu.edu> and Rick Busdiecker <rfb@lehman.com>. It is available by anonymous ftp from h.gp.cs.cmu.edu:/usr/rfb/ilisp/ [128.2.254.156] as the file ilisp-5.6.tar.gz. It is also available in the CMU AI Repository in ftp.cs.cmu.
Related QuestionsQ1.6.1: What is GNU Emacs?
Frequently asked questions about XEmacs: IntroductionGNU Emacs and XEmacs are related open-source text editors. Both derive from GNU Emacs version 18; the split between the two happened in 1991 (for comparison, the oldest versions of GNU Emacs date from 1984). For information on GNU Emacs, see http://www.gnu.org/software/emacs/emacs.html.
Related QuestionsQ4. GNU Emacs; are there any GNU Emacs bindings. ?
MicroEmacs JASSPA DistributionNo not at the moment. The GNU Emacs bindings would be added as a compatibility file (gnu.emf) in much the same way that the me3.8 bindings are added, see me3_8.emf.
Related QuestionsIs Qt Free Edition really free software in the GNU meaning of the word?
The Qt FAQYes - it is free software both as in "free beer" and as in "free speech". Even more, it is actually available under the terms of the GNU GPL. This means you can link GPL'ed software to it, and you can take code from Qt and put it into other GPL'ed software. If the Free Edition was licensed purely under the GNU GPL, there would be problems.
Related QuestionsWhat should people know when beginning with GNU Emacs?
FAQ - Ciaran O'RiordanRTFM. Really, it's a great manual. Here's a list of commands that should allow you to use Emacs. The notation is pretty obvious, but it's explained in the manual anyway. M-w :Copy text between point and mark (point is the cursor. The selection is copied to the "kill ring"). M-y :cycle back through previous selection (try it after copying a few bits of text to see what I mean). C-h i :Go to Info mode (in Info mode, type m followed by a manual name, such as emacs to see that manual).
Related QuestionsWhat should current GNU Emacs users try?
FAQ - Ciaran O'RiordanYou should be using frames and abbrevs. Also check out the "desktop" feature. You should be answering mail with Emacs, probably with Gnus. Maybe registers as well, but I haven't started using them yet. Your .emacs should probably be 50 lines or more and should include a few simple functions attached to mode hooks etc.
Related QuestionsWhat types of applications and development software are available for Debian GNU/Linux?
The Debian GNU/Linux FAQ - Debian??LFS??Gentoo?????? - Linux...the major GNU applications for software development, file manipulation, and text processing, including gcc, g++, make, texinfo, Emacs, the Bash shell and numerous upgraded Unix utilities, the X Window System, which provides a networked graphical user interface for Linux, and countless X applications including GNOME and KDE as well as the GIMP GNU Image Manipulation Program, a full suite of networking applications, including servers for Internet protocols such as HTTP (WWW), FTP, NNTP (news), SMT.
Related QuestionsAnd what has that software to do with a gnu?
Linux FAQ - common questions about GNU/Linux | getgnulinux.o...When Richard Stallman started to design GNU, the main system in use was Unix, which is proprietary. Because GNU is similar in function to (and compatible with) Unix, but is free software, he coined the term GNU which stands for GNU's Not Unix. It's a recursive acronym. (if you enjoy that kind of humour check out what GNU Hurd means).
Related QuestionsIs Qt Open Source Edition really free software in the GNU meaning of the word?
The Qt FAQYes - it is free software both as in "no cost" and as in "free speech". Even more, it is actually available under the terms of the GNU GPL. This means you can link GPL'ed software to it, and you can take code from Qt and put it into other GPL'ed software. If the Open Source Edition was licensed purely under the GNU GPL, there would be problems.
Related QuestionsHow Do I Install GNU Software?
Porting, Compiling and Obtaining ProgramsWith the source.tar.gz archive in the /usr/src/ directory, or wherever you maintain your source files, untar and decompress the package with the command: Run the ./configure script in the untarred source archive's top-level directory with whatever command line arguments you need. The options that configure recognizes are usually contained in a file called INSTALL or README. Run make.
Related QuestionsWhat is the GNU Eprints software?
E-Prints archive - Frequently Asked QuestionsGNU EPrints is a free software developed by the University of Southampton in England. For further information visit eprints.org and software.eprints.org
Related QuestionsSubject: G01: Is there a verilog.el for GNU emacs?
Comp.lang.verilog FAQThe archives contain no less than three verilog modes for emacs: ftp.siliconlogic.com:/pub/comp.lang.verilog/verilog.el.Z Rick Eversole at Cadence maintains a verilog mode and occasionally posts it to comp.lang.verilog. At this time it supports only FSF 18.xx and Epoch. FSF 19.xx and Lucid Emacs (lemacs) are not supported. It is available at the archive site, or send email to eversole@cadence.com to request a copy if you have missed the posting and can not get it from the archive of comp.lang.
Related QuestionsDo you have a problem with GNU Emacs' C-x' command?
Apollo FAQGnu Emacs 18.55 (with Leonard N. Zubkoff's patches for SR10.2) seems to have a problem with shell subprocesses. At times the 0x0 character (displayed as ^@ by Emacs) appears in buffers running a shell. While this is only a nuisance running an inferior shell, it is a problem when running the M-x compile command: The C-x ' (next-error) function is unable to process the compiler output.
Related QuestionsQ1.0.5: Why Haven't XEmacs and GNU Emacs Merged?
Frequently asked questions about XEmacsThere are currently irreconcilable differences in the views about technical, programming, design and organizational matters between RMS and the XEmacs development team which provide little hope for a merge to take place in the short-term future. If you have a comment to add regarding the merge, it is a good idea to avoid posting to the newsgroups, because of the very heated flamewars that often result. Mail your questions to xemacs-beta@xemacs.org and bug-gnu-emacs@prep.ai.mit.edu.
Related QuestionsQ1.6.2: How does XEmacs differ from GNU Emacs?
Frequently asked questions about XEmacs: IntroductionFor a detailed description of the differences between GNU Emacs and XEmacs and a detailed history of XEmacs, check out the User-Visible Editing Features XEmacs in general tries hard to conform to exist user-interface standards, and to work "out-of-the-box" without the need for obscure customization changes. GNU Emacs, particularly version 21, has gotten better about this (in many cases by copying the XEmacs behavior!), but still has some weirdnesses.
Related QuestionsQ1.6.5: What is the correct way to refer to XEmacs and GNU Emacs?
Frequently asked questions about XEmacs: IntroductionUnfortunately even the naming of these two applications has become politicized. Much of this stems from RMS, who has a history of politicizing similar issues. (Compare the controversy over "Lignux" and "GNU/Linux".) We would prefer that the terms "XEmacs" and "GNU Emacs" be used, which are neutral and acceptable to most people. RMS, however, is not willing to accept these terms.
Related QuestionsIf I release my software under The Free World Licence, can I convert to the GNU GPL later?
Frequently Asked QuestionsYes. The Free World Licence contains a clause (Clause 5.10) that explicitly allows the software to be converted to a GNU GPL even if the software has been substantially modified by third parties since its original release. This means that if you are uncertain about whether you need the platform restriction, you can try it and still reserve the right to convert to the GNU GPL at some later date.
Related QuestionsDid we mention it's FREE?
Christian concerts, events, concert & festival tickets, iTic...Would you like to offer your web visitors the ability to search for Christian Events off your home page? Get the customized source code now! Check out some of our partners.
Related QuestionsWhat software comes for free with the machine?
Abrasive Waterjet Cutting Tools - Frequently Asked QuestionsCAD/CAM software for programming tool paths and drawing parts from scratch. Features waterjet specific drawing tools, image tracing, array nesting, gear generation, part clean-up, and many other tools that are especially useful for OMAX users. Machine tool controller software. OMAX's patented second generation abrasive waterjet machine tool controller is designed and created specifically for the needs of abrasivejet and waterjet machining.
Related QuestionsWhy should I pay for Sharif Linux? Shouldn't GNU/Linux be free?
Frequently Asked Questions - FarsiWebYou don't need to pay for Sharif Linux. You can get a copy of the CDs from a friend or a collegue, if he will give it to you for no money. The two meanings of the English word "free" should not be confused. When someone says that GNU/Linux is free, it means thay you have some level of freedom in copying and modifying it. It doesn't mean that FarsiWeb may not sell the operating system, or that FarsiWeb may not charge for the services it provides to its customers.
Related QuestionsIs GNU/Linux the only free operating system available?
Linux FAQ - common questions about GNU/Linux | getgnulinux.o...No. There are many more available, including the UNIX derivatives FreeBSD, NetBSD, OpenBSD and OpenSolaris, the BeOS clone Haiku OS, the Windows NT clone ReactOS, the DOS clone FreeDOS, Plan 9 from Bell Labs and Syllable, just to name a few. GNU/Linux is probably the most widely used free system however. top
Related QuestionsWhy KaeilOS is GNU/GPL and is not free (gratis)?
KaeilOS | Linux embedded per applicazioni industriali | ARM7...When you speak of free software, you are referring to freedom, not price. The General Public License is designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish) and that you receive source code althought it has a price.
Related QuestionsAny Voodoo2-ready software you are allowed to mention at this time?
dfxzone.it - 3dfx Channel -> Voodoo2 -> FAQOther than glQuake, Quake2 and games based on the Quake engine, no. Sorry. Look for more @ Comdex.
Related Questions