From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Cthun Newsgroups: gmane.emacs.help Subject: Re: What's your favourite *under_publicized* editing feature ofEmacs? Date: Wed, 23 Feb 2011 10:39:27 -0500 Organization: Ph'nglui mglw'nfah Cthulhu R'lyeh wgah'nagl fhtagn Message-ID: References: <1578157c-17a0-41ea-9420-9330f68b10fe@glegroupsg2000goo.googlegroups.com> <02a0d2ef-0b00-4038-b559-690516b4ed0a@a21g2000prj.googlegroups.com> <87aahnp6ua.fsf@rapttech.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1298484187 8079 80.91.229.12 (23 Feb 2011 18:03:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 23 Feb 2011 18:03:07 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 23 19:03:02 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PsJ3G-0005dM-Iq for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 19:03:02 +0100 Original-Received: from localhost ([127.0.0.1]:55649 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsJ3F-0007wd-Oi for geh-help-gnu-emacs@m.gmane.org; Wed, 23 Feb 2011 13:03:01 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!news.astraweb.com!border5.a.newsrouter.astraweb.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs,comp.lang.lisp Original-Lines: 226 Original-NNTP-Posting-Host: 1RvcMwzqPkpjk1NpcpiYdQ.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: MicroPlanet-Gravity/3.0.4 X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:185235 comp.emacs:101088 comp.lang.lisp:299857 X-Mailman-Approved-At: Wed, 23 Feb 2011 12:57:24 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79397 Archived-At: On 23/02/2011 2:07 AM, Tim X wrote: > Cthun writes: > >> On 22/02/2011 9:33 PM, Rafe Kettler wrote: >>> On Feb 22, 9:06 pm, Cthun wrote: >>>> On 22/02/2011 2:47 PM, Alan Mackenzie wrote: >>>> >>>>> There seems to be a contradiction between those last two paragraphs. >>>>> Saving buffers and finding files are relatively rare operations which >>>>> thus shouldn't be given very easy to press key sequences like C-s and >>>>> C-o. >>>> >>>> Where do you live where software never crashes and the electricity never >>>> goes out? Most of us learn to save very frequently to limit how much >>>> we'll have to do over again if the power goes out or whatever. >>> >>> Emacs is really, really stable. My computer hasn't crashed in the past >>> 6 months, either. The power hasn't gone out in 3 months or so here >>> (eastern US). >>> >>> Save and open are relatively infrequent command relative to others >>> (actual typing, cursor movement, etc.). >> >> Yeah, but for "actual typing" you only need the normal alphanumeric/symbol keys >> (no ctrl- or alt- combos) and for cursor movement, the arrow/home/end/etc. key >> group to the right of the main keyboard area. You've got loads and loads of >> ctrl-letter and ctrl-number combinations still after exhausting all of these >> more-frequent actions. > > Unless you are a power keyboard user, in which case, lifting your hands > from the keyboard to the arrow keys et. al. or to use the mouse to > access menus, is annoying and slows you down. I will interpret the above as if you had said "unless you are weird, in which case ..." No-one I know finds having clearly labeled navigation keys annoying, or prefers goofy, difficult-to-remember crap like > C-n/C-p/C-a/C-e/C-o/C-j etc ... >> And then not everyone lives somewhere where the power is that reliable. > > Then a UPS would be the right solution You're joking. You would recommend that everybody blow $2-300 on an extra chunk of expensive electronics in preference to *having to type ctrl-S every couple of minutes to protect themselves from data loss*? Are you fucking nuts? Or maybe just stinking rich or something. Well then I've got news for you, buddy -- not all of us, or even anywhere close to very *many* of us, can just go rooting under the sofa cushions and come up with $300 worth of spare change anytime the whimsy strikes them to go splurge at the local Best Buy. "But the people have no control-S bread!" "Then let them eat UPS cake!" Last person to so grossly overestimate the buying power of the general public in quite this manner got beheaded if I recall my history correctly. :) >> And then not everyone is daft enough not to fork their file before doing >> something truly drastic to it, especially large elisions. > > Well, if their not using a version control system, especially when they > are so readily available and cost so little, they probably get what they > deserve. Who said we were necessarily talking about computer programmers here? Heck, with a decent language (i.e. a Lisp) with strong abstraction facilities (i.e. higher-order functions, macros) the amount of code you have to write is basically logarithmic in the complexity of the application, rather than linear. Good programmers don't actually need to do all that much typing, so much as thinking and designing and planning and of course testing and debugging. Bad programmers can go hang. Novelists, data entry clerks, and the like aren't using CVS/git/Subversion. > Of course, if they are using a good editor, it will automatically create > a backup file for them. Good luck finding it, or in all likelihood even realizing that it even created one if there's no overt indication of the existence of the feature. (And if it's turned off by default, so much the worse.) You'll wind up spending more time searching the filesystem for plausible names for this backup file than you'd have spent hitting control-S, unless it's right there next to the original with an only slightly altered name. > We should not restrict or constrain things to cater for a few who use > bad workflows at the cost of benefits for the majority who do the right > thing. Ah, I'd recognize that overweening arrogance anywhere. You must be a comp.emacs regular rather than from comp.lang.lisp. You emacs fanatics really are all alike, arencha? >> And then, of course, there's the tendency of operating systems to blue-screen, >> laptops to overheat and hang, etc. no matter how stable the editor application >> is. > > I guess that depends on your OS. I rarely see such problems - the last > time was due to a hard disk failure and these days with RAID, even this > is rare. And what about the rest of us -- you know, the great plebian masses that can't afford to splurge a couple thousand bucks on a high end RAID system and have to make do with plain old ordinary hard drives? YOU may be both able and willing to spend more on your disks than on your actual computer proper but that's hardly something on which you can base sound advice for the rest of the world. As for choice of operating system, here in the real world you either use Windows or you make yourself incompatible with a lot of applications and other stuff you can't get along in the world without. Oh, yeah, that's right, you're rich enough to splurge on UPSes and RAIDs -- I guess you don't need to actually work for a living, handle office documents, run work-related software that is proprietary and not ported to anything but Windows, etc. Lucky you. Wish we were so fortunate. > If you are forced to use such unreliable setups, then you need > better solutions than just hitting save every few minutes. Better solutions like what, a second antitrust suit that actually has some real penalties in it for Microsoft if they lose? A magic wand that will convince workplaces the world over to give up on Microsoft software (and another that will convince game companies to universally support unix)? Autosave features that either overwrite your files at bad times, or make their autosaves in dusty corners of the file system where you can't easily find them and may not even know they exist? > There is little justification for wasting valuable single depth key > bindings for saving and opening files. If you're rich and can therefore afford UPSes, RAIDs, and to use a maverick OS that shuts you out of interoperating with any nine-to-five work stuff, perhaps. > I also suspect that those who use unreliable systems with unreliable > power supplies and adopt poor practices are also likely the type of > person who doesn't bother learning key stroke short-cuts and uses the > menu to save/open files. Using scarce single depth bindings would be > wasted on them. What about people that are stuck with unreliable systems, unreliable power supplies, and unreliable operating systems and don't adopt poor practices? > It should also be noted that the selection of key bindings in emacs Confirmed: emacs fanatic. > is not as arbitrary as it may seem. There is a pattern Yes, maximum annoyance, confusion, and incompatibility with everything else in the known universe. Everyone who tries emacs quickly spots the pattern. Except maybe for a few assorted nuts and fruits. > and the single depth bindings have been worked out over many years > based on user experience. By the Marquis de Sade. > While many people may find them alien because of what they have used > before, their efficiency is very good. Alien and efficient at driving men mad. I think that confirms what we've always suspected: emacs is not actually a text editor at all, but rather a diabolical incantation slightly more complex than "Ia! Ia! Cthulhu fhtagn!" and arising from exactly the same source. > Yes, we here reports of people who have developed RSI using emacs That's not "RSI", that's "Help my arms are turning into tentacles and my brain to mush -- gbl;aetisl;{}re22][d[ ... Ia! Ia!" > but I know many (including myself) who have used it for many years who > have never suffered any ill effects (I've used it pretty much daily > for over 18 years). Some of us do consider wild, staring eyes, growth of chin-tentacles, and the shriveling of the genitalia to be "ill effects", you know. > I often wonder if those who are affected would have found any system > which used as many key bindings, regardless of what style, would have > suffered the ill effects anyway More awkward ctrl-alt-etc. chording = less RSI? On what planet? Oh yes, of course, *that* one, from whence came he who lies dreaming. > At the end of the day, emacs, like any other bit of software is good > for some and not for others. Most software is good for some humans and not for other humans, though. > If enough find it good, it will stand the test of time, otherwise it > will fade away and be forgotten. Nah, it will just lie dreaming in R'lyeh, awaiting its next chance to rise from the deeps and cause mass insanity. ;) > At the end of the day, it isn't that important. Except to its cultists, of course. > The good news of course is that nobody is forced to use emacs and for > those who do want to use it and don't like the bindings or want to bind > save-file to a single depth binding, then they can free up the binding > they want and use it. If they can figure out how to remap keys before they run out of Sanity Points and get a Nonstandard Game Over, that is. > This is the real power of emacs - its not how it come 'out of the > box' but the extent you can make it what you want and not be forced > to adopt an arbitrary workflow imposed by someone else. Except, of course, that until you figure out how and rebind all the keys, you're forced to adopt the arbitrary workflow imposed by the diabolical mind that crafted it while dreaming in R'lyeh.