Emacs Quick Reference

Total Page:16

File Type:pdf, Size:1020Kb

Emacs Quick Reference EmacsQuickReference Page1of4 EmacsQuick Emacs-Ring-SiteNumber27 Reference [NextSite|SkipNextSite|PreviousSite|SkipPreviousSite|ListSites| Home] ByPaulSeamons Notation ItisimportanttounderstandthenotationcommonlyusedinEmacsdocumentation.MostofthecommandsusedinEmacsconsistofamodifierkey,in conjuctionwithoneormoreotherkeys.Thefollowingarethecommonmodifierkeys: CTRL -(C)- TheCONTROLkey. META -(M)- DependingupontheterminalthisistheALTkey.YoumayalsousetheESCkeytosendMETA. ESC -(ESC)- TheESCAPEkey. SHIFT -(S)- TheSHIFTkey. InEmacsdocumentationitiscommontouseanabbreviatedsyntaxwhendescribingkeysequences.Insteadoftyping CTRL-xCTRL-c Youwouldtype C-xC-c ThiswouldrepresentholdingdowntheCONTROLkeyandpressingtheletterx,andthenholdingdowntheCONTROLkeyandpressingtheletterc. (M-C-\wouldrepresentholdingdownthetheALTkeyandCONTROLkeyandpressingthe"\"key.YoucouldalsopressandreleasetheESCAPEkey holddowntheCONTROLkeyandtypethe"\"key.) Thefollowingisatableofnotationforotherkeyboardcharacters. BACKSPC TheBACKSPACEkey. SPC TheSPACEbar. ENTER TheEnterkey. RET TheEnterkey. TAB TheTABkey. InsertMode? ThisisalargeplacewhereEmacsdiffersfromtheVieditor.InViyouareeitherinInsertModeoryouarenot.Inordertoexecutecommandsotherthan keyinsertionyouneedtobeoutofInsertionMode.ByusingCTRLtoescapethekeysequences,Emacsallowsyoutousethecommandsatanypoint inyoursession.Forexample,ifyouareinViandareinsertingtextyouwouldhavetotypethefollowingkeysequencetosaveyourfileandreturnto InsertMode: ESC:wi InEmacs(whichisessentiallyalwaysin"InsertMode")youwouldtypethefollowing: C-xC-s Whenviewedfromtheinsertionmodeviewpoint,Vidoesn'treallysaveanykeystrokesoverEmacsasiscommonlyclaimedbyreligiousViadvocates. (Itactuallyrequiresmoreinmostcases-thedebateisreallywhetheryou'reinInsertModemorethanyouareinCommandMode.) Whatisreallyhappeningonthebackend Emacsisreallyabunchoflisproutinesprogrammedtooperateonthetextinthebuffers.Thesecomplexroutinesareaccessedviakeybindingsonthe frontend.Forexample,whenyoutypean"s"youarereallytellingEmacstorunthe"self-insert-command"ontheletter"s"whichinsertstheletter"s"at thecurrentPointofInsertion(POI).ThesebackendcommandscanbeaccessedbytypingM-xandthenthecommand.Forexample,youopenafile withthekeybinding"C-xC-f".Youcanbeginthesameoperationbytyping"M-xfind-file". KeyboardShortcuts-(KeyBindings) Key Binding Backend Function Whatitdoes QuitingThings M-xsave-buffers- .ExitsoutofEmacs.Ifyouhaveopenbuffersthathavebeenmodifiedyouareprompted C-xC-c QuitEmacs kill-emacs tosavethechangesordiscardthem. C-g M-xkeyboard-quit Ifyouareinakeyrequestsequencethatyoucan'tgetoutof,thisreturnsyoutothemainbuffer. M-xkeyboard- Doesaboutthesamethingas"C-g" ESCESCESC escape-quit C-xk M-xkill-buffer Killsthecurrentbuffer.Ifthebufferismodifiedyouarepromptedtosaveit. Filesanddirectories Openafile.Thispromptsforthenameofafile.Onceyouhavetypedthefileitopensitinthecurrent buffer.Ifthefiledoesn'texist,ablankbufferiscreatedandEmacsallowsyoutobegintyping(Inthiscase C-xC-f M-xfind-file thefilewillnotexistonthesystemuntilyousaveitthefirsttime).Whenyouaretypingthenameofthe file,youmayusethetabkeyforfilenamecompletion.AlsoyoumayuseM-pandM-ntogotothe "previous"and"next"filesthathavebeenfoundusingfind-file. C-xC-s M-xsave-buffer Saveafile.Thissavesthecurrentbuffer. MoreHere.Thisopensthedirectoryspecified(samewayasfind-file).Itopensabufferthatliststhe http://seamons.com/emacs/ 08/25/03 EmacsQuickReference Page2of4 directoryandallowsyoutoperformoperationsonthefiles.listedinthatdirectory.Therearemany M-xdired(directory features(tomanytolisthere)thatIwillgointolater.Themostbasicistoputthecursoronthefileyou C-xd edit) wantandhitENTER.Thisdoesafind-fileonthatfile. C-xC-w M-xwrite-file Savethecurrentfileas... C-xi M-xinsert-file Insertafile Buffers Thislistsallbuffersthatareopen.Emacswilltypicallyopenabufferforeachfilethatyouvisit(ifyouvisit anewfilewithoutclosinganoldone).Thiswillgiveyoualistofallofthecurrentlyopenbuffersandwill allowyoutochooseonefromthelisttoswitchto.(Youwillnoticethereareacoupleofbuffersbeginning C-xC-b M-xlist-buffers withan*.ThesearebuffersusedbyEmacstostoreoutput.Youmaykillthemifyoulike.)Ifyouhavea fileopenedmultipletimes,youwillseeitlistedas"file"and"file<2>".Thislistofbuffersiscalledthe bufferring Switchbuffers.Doesjustthat.Thedefaultbuffertoswitchtoisthelastonethatyoucamefrom. M-xswitch-to- C-xb (TypingC-xbENTERrepeatedlyswapsbetweenthecurrentandthelastbufferlikeALT-TABin buffer windows.)YoumaytypeaTABtocompletethebuffernameorTABTABtoseealistofallofthebuffer namesyoucantype. C-xk M-xkill-buffer Killsthecurrentbuffer.Ifthebufferismodifiedyouarepromptedtosaveit. Windowsandframes Killsthecurrentwindowifmorethanoneisvisible.Thebuffercontainedinthewindowisputbacktothe M-xdelete-window C-x0 bufferring. M-xdelete-other- Ifmorethanonewindowisvisibleinthecurrentviewingframe,itremovesallbutthecurrentwindow. C-x1 windows Otherbuffersremainopenbutunviewed. M-xsplit-window- Splitsthecurrentviewingwindowintotwowindowsplacedoneovertheother. C-x2 vertically M-xsplit-window- Splitsthecurrentviewingwindowintotwowindowsplacedsidetoside. C-x3 horizontally C-xo M-xother-window Switchesbetweentwowindows. MovingAround C-p(up arrow) M-xprevious-line Movestothepreviousline. C-n(down arrow) M-xnext-line Movestothenextline. C-f(right arrow) M-xforward-char Moveforwardonecharacter C-f(left arrow) M-xbackward-char Movebackwardonecharacter M-f M-xforward-word Moveforwardoneword. M-xbackward- Movebackwardoneword. M-b word M-xbeginning-of- Movetothebeginningoftheline. C-a line C-e M-xend-of-line Movetothebeginningoftheline. M-xbackward- Movebackwardonesentence. M-a sentence M-xforward- Moveforwardonesentence. M-e sentence C-v M-xscroll-up Pagedownonepage. M-v M-xscroll-down Pageuponepage. M-> M-xend-of-buffer Movestotheendofthebuffer. M-xbeginning-of- Movestothebeginningofthebuffer. M-< buffer C-x] M-xforward-page InmostmodesdoesthesameasM-> M-xbackward- InmostmodesdoesthesameasM-< C-x[ page Gotoline.Doeswhatitsays.Ican'tbelievethatthereisnotadefaultkeybindingforthis(thereisin M-xgoto-line XEmacs).Iusuallysetupinmy.emacsfiletheline(global-set-key "\M-g" 'goto-line)whichtellsemacsto useM-gtorunthecommand. C-xo M-xother-window Switchesbetweentwowindows. Switchbuffers.Doesjustthat.Thedefaultbuffertoswitchtoisthelastonethatyoucamefrom. M-xswitch-to- C-xb (TypingC-xbENTERrepeatedlyswapsbetweenthecurrentandthelastbufferlikeALT-TABin buffer windows.)YoumaytypeaTABtocompletethebuffernameorTABTABtoseealistofallofthebuffer namesyoucantype. M-xset-mark- C-SPC command SetMark.Setsthemarktothecurrentcursorlocation(point).Manycommandsarerunontheregionin http://seamons.com/emacs/ 08/25/03 EmacsQuickReference Page3of4 betweenthepointandmark. M-xexchange- Exchangesthepoint(cursorlocation)andthemark. C-xC-x point-and-mark CopyingandDeletingstuff C-_ M-xundo Undo.Undoesthelastcommand.Canbedonerepeatedly. C-d M-xdelete-char Delete.Deletesthecharacterunderthepoint(afterthecursorlocation). M-xdelete- .Deletesthecharacterbeforethepoint(beforethecursorlocation). BACKSPC backward-char Delete M-d M-xkill-word Killsthewordafterthecursorlocation.Placesonthekillring. M-xbackward-kill- Killsthewordbeforethecursorlocation.Placesonthekillring. M-BACKSPC word Kill.Killsfromthepointtotheendoftheline.Ifrepeatedinarow,allofkillsgointothesamekillring C-k M-xkill-line entry.Doingthisoncedoesnotkillthenewlineattheendoftheline.Repeatingkillsthenewline.(for example,tokilltheentirecurrentlineyouwouldtypeC-atomovetothebeginningoftheline,andC-kC-k tokillthelineandthenewline). C-y M-xyank Yank.Insertsthelastentryfromthekillring.Thiscanbedonerepeatedly. M-y M-xyank-pop Cyclethroughthekillring.OperatesonlyifthelastcommandwasC-y M-xset-mark- .Setsthemarktothecurrentcursorlocation(point).Manycommandsarerunontheregionin C-SPC SetMark command betweenthepointandmark. Killsthetextbetweenthemarkandthepoint.Placesonthekillring.Ifthebufferisreadonly,placestext M-xkill-region C-w onkillringbutwarnsaboutnotbeingabletomodifybuffer. M-w M-xkill-ring-save Placestextbetweenmarkandpointonthekillringwithoutkillingtext. M-z M-xzap-to-char Deletesthetextfromthepointuptothefirstinstanceofthespecifedcharacter SearchandReplace M-xisearch- Searchesforwardforthetypedintext.C-srepeatedlysearchesforwardmultipletimes.C-rswitches C-s forward directionofsearch. M-xisearch- Searchesbackwardforthetypedintext.C-rrepeatedlysearchesbackwardmultipletimes.C-sswitches C-r backward directionofsearch. Requeststwopatterns.Searchesforfirstpatternandreplaceswithsecondpattern.Promptsateach M-xquery-replace M-% match.(yfor"yesreplace",nfor"nonext",and!for"replaceall"). M-xisearch- Searchusingaregularexpression(asyoutypeit). C-uC-s forward-regexp M-xquery-replace- Queryreplacesusingaregularexpressionasthematch. M-C-% regexp Fixingupthetext M-xindent-relative- Indentthetextaccordingtotheprogrammodeyouarein. TAB maybe M-C-\ M-xindent-region Runsthe"TAB"onalllinesintheregion. M-u M-xupcase-word Uppercasifiesfromthepointtotheendoftheword. M-xdowncase- Lowercasifiesfromthepointtotheendoftheword. M-l word M-xtranspose- Swapscharactersbeforeandafterpointwithoneanother. C-t chars M-xtranspose- Swapscurrentandnextwordwithoneanother. M-t words Dired-DirectoryEditor Thisopensthedirectoryspecified(samewayasfind-file).Itopensabufferthatliststhedirectoryand M-xdired(directory allowsyoutoperformoperationsonthefiles.listedinthatdirectory.Therearemanyfeatures(tomanyto C-xd edit) listhere)thatIwillgointolater.ThemostbasicistoputthecursoronthefileyouwantandhitENTER. Thisdoesafind-fileonthatfile. M-xdired- RunsaC-xC-f(find-file)onthecurrentlyhighlightedfile.Ifthefileisadirectory,thatdirectorywill advertised-find-
Recommended publications
  • Freestyle-Pro-Manual.Pdf
    User Manual KB900 Mac/Windows/PC SmartSet™ Cherry Low-Force Switchable Programming Engine Mechanical Keyswitches 1 Kinesis Corporation 22030 20th Avenue SE, Suite 102 Bothell, Washington 98021 USA Keyboard models covered by this manual: [email protected], [email protected] KB900-brn www.kinesis.com April 20, 2018 Edition This manual covers features included through firmware version 1.0.0. To download the latest firmware and to access all support resources visit www.kinesis.com/support. To shop for accessories visit https://www.kinesis-ergo.com/products/: Palm Supports (AC903)- Detachable Palm Supports. VIP3 Pro (AC920)- Adjustable tenting accessory and Palm Supports (5°/10°/15°). Palm Supports required for tenting. V3 Pro (AC930)- Adjustable tenting accessory (5°/10°/15°) for use without Palm Supports. Palm Pads (AC700blk)- Cushioned palm pads for use with Palm Supports. © 2018 by Kinesis Corporation, all rights reserved. Kinesis and Freestyle are registered trademarks of Kinesis Corporation. Freestyle Pro, SmartSet, and v-Drive are trademarks of Kinesis Corporation. All other trademarks are property of their respective owners. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any commercial purpose, without the express written permission of Kinesis Corporation. FCC Radio Frequency Interference Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a residential installation.
    [Show full text]
  • Desktop Screen Readers Keyboard Commands for Forms
    Quick Reference Guide: Desktop Screen Readers Keyboard Commands for Forms Screen Reader Keyboard Commands in Common for Forms Task Command Navigate through focusable items Tab (or Shift + Tab to go backward) Activate a button Enter or Space Bar Select a checkbox Tab to the checkbox, then press Space Bar Tab to the group of radio buttons, use the Arrow Keys to Select a radio button choose one of them, then press Space Bar Select an item in a <select> drop- Tab to the <select> field, press Alt/Option + Down Arrow to down list open the list, use Down/Up Arrow to select item, then press Enter Screen Reader Keyboard Commands for Forms Task JAWS NVDA Narrator VoiceOver Forms Mode: (On) (Automatic To Browse/Focus Mode or Scan Mode: Caps Lock + Space Toggle modes when in form element), (Off) Forms Mode: Insert + Space Not Available Bar Numpad Plus Bar Navigate to a form In Document Mode, press F In Document Mode, press F In Scan Mode, press F VO + Command + J Navigate to next form VO + Command + J (or Shift + VO F (or Shift + F to go backward) F (or Shift + F to go backward) F (or Shift + F to go backward) element + Command + J to go backward) Caps Lock + [F5 or F6], then Tab VO + U, then Left/Right Arrow List all form elements Insert + F5 Insert + F7, then Alt + F (twice) to the Scoping drop- until reaching Form Controls list down list and select Form Fields • Insert is the default NVDA modifier key, but Caps Lock can be set as a Recommended browsers: duplicate modifier key (so that it can be used in place of Insert).
    [Show full text]
  • Introduction to Keyboard & Mouse Skills
    Introduction to Keyboard & Mouse Skills PART I: Mouse The mouse is used to interface with your computer. If you’re right- handed, rest your right hand comfortably over the mouse and your index finger will be on the left-click button, your middle finger will be on the wheel, and your ring finger will be on the right-click button. Some left-handed people find it more comfortable to move the mouse to the left of the keyboard and adjust their fingers accordingly. Here are the ways you can use your mouse: Navigate on your screen o Move the mouse and the pointer on your screen moves in tandem with your motion. This allows you to find and select items intuitively o Wheel: spin the wheel up or down to go up or down the ‘page’ of your screen (great for use on the Internet) Select or launch something on your screen (left-click) o Left-click is the most common mouse action. If someone says to click on something, they mean left-click o Left-click on an icon to select it o Double-click means click twice very rapidly on the left side: . For something on your desktop or in file explorer, a single left-click will select the item. This allows you to move, delete, or otherwise arrange the item . To launch an item that can be moved around in this way, you need to double- click . Note that if you’re in an application in which you cannot move around the items (on the Internet, for example), then a single left-click will launch what your pointer is resting on Get a contextual menu (right click) o Right-clicking on an item gives you a short-cut menu, that is specific to what your pointer was resting on.
    [Show full text]
  • GNU Emacs Manual
    GNU Emacs Manual GNU Emacs Manual Sixteenth Edition, Updated for Emacs Version 22.1. Richard Stallman This is the Sixteenth edition of the GNU Emacs Manual, updated for Emacs version 22.1. Copyright c 1985, 1986, 1987, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with the Invariant Sections being \The GNU Manifesto," \Distribution" and \GNU GENERAL PUBLIC LICENSE," with the Front-Cover texts being \A GNU Manual," and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled \GNU Free Documentation License." (a) The FSF's Back-Cover Text is: \You have freedom to copy and modify this GNU Manual, like GNU software. Copies published by the Free Software Foundation raise funds for GNU development." Published by the Free Software Foundation 51 Franklin Street, Fifth Floor Boston, MA 02110-1301 USA ISBN 1-882114-86-8 Cover art by Etienne Suvasa. i Short Contents Preface ::::::::::::::::::::::::::::::::::::::::::::::::: 1 Distribution ::::::::::::::::::::::::::::::::::::::::::::: 2 Introduction ::::::::::::::::::::::::::::::::::::::::::::: 5 1 The Organization of the Screen :::::::::::::::::::::::::: 6 2 Characters, Keys and Commands ::::::::::::::::::::::: 11 3 Entering and Exiting Emacs ::::::::::::::::::::::::::: 15 4 Basic Editing
    [Show full text]
  • Thor™ VM1 Vehicle-Mount Computer Microsoft® Windows® Embedded Standard Operating System
    Thor™ VM1 Vehicle-Mount Computer Microsoft® Windows® Embedded Standard Operating System User's Guide Disclaimer Honeywell International Inc. (“HII”) reserves the right to make changes in specifications and other information contained in this document without prior notice, and the reader should in all cases consult HII to determine whether any such changes have been made. The information in this publication does not represent a commitment on the part of HII. HII shall not be liable for technical or editorial errors or omissions contained herein; nor for incidental or consequential damages resulting from the furnishing, performance, or use of this material. This document contains proprietary information that is protected by copyright. All rights are reserved. No part of this document may be photocopied, reproduced, or translated into another language without the prior written consent of HII. © 2011-2013 Honeywell International Inc. All rights reserved. Web Address: www.honeywellaidc.com Microsoft® Windows, ActiveSync®, MSN, Outlook®, Windows Mobile®, the Windows logo, and Windows Media are registered trademarks or trademarks of Microsoft Corporation. Intel® and Atom™ are trademarks or registered trademarks of Intel Corporation or its subsidiaries in the United States and other countries. Summit Data Communications, the Laird Technologies Logo, the Summit logo, and "Connected. No Matter What" are trademarks of Laird Technologies, Inc. The Bluetooth® word mark and logos are owned by the Bluetooth SIG, Inc. Symbol® is a registered trademark of Symbol Technologies. MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. RAM® and RAM Mount™ are both trademarks of National Products Inc., 1205 S.
    [Show full text]
  • Startup Keyboard Shortcuts Press the Key Or Key Combination Until The
    Startup keyboard shortcuts Press the key or key combination until the expected function occurs/appears (for example, hold Option during startup until Startup Manager appears, or Shift until "Safe Boot" appears). Tip: If a startup function doesn't work and you use a third-party keyboard, connect an Apple keyboard and try again. Key or key combination What it does Option Display all bootable volumes (Startup Manager) Shift Perform Safe Boot (start up in Safe Mode) C Start from a bootable disc (DVD, CD) T Start in FireWire target disk mode N Start from NetBoot server X Force Mac OS X startup (if non-Mac OS X startup volumes are present) Command-V Start in Verbose Mode Command-S Start in Single User Mode To use a keyboard shortcut, or key combination, you press a modifier key with a character key. For example, pressing the Command key (the key with a symbol) and the "c" key at the same time copies whatever is currently selected (text, graphics, and so forth) into the Clipboard. This is also known as the Command-C key combination (or keyboard shortcut). A modifier key is a part of many key combinations. A modifier key alters the way other keystrokes or mouse clicks are interpreted by Mac OS X. Modifier keys include: Command, Control, Option, Shift, Caps Lock, and the fn key (if your keyboard has a fn key). Here are the modifier key symbols you can see in Mac OS X menus: (Command key) - On some Apple keyboards, this key also has an Apple logo ( ) (Control key) (Option key) - "Alt" may also appear on this key (Shift key) (Caps Lock) - Toggles Caps Lock on or off fn (Function key) Startup keyboard shortcuts Press the key or key combination until the expected function occurs/appears (for example, hold Option during startup until Startup Manager appears, or Shift until "Safe Boot" appears).
    [Show full text]
  • MACBOOK Keyboard Shortcuts
    MACBOOK Keyboard Shortcuts Learn about common OS X keyboard shortcuts. A keyboard shortcut is a way to invoke a function in OS X by pressing a combination of keys on your keyboard. To use a keyboard shortcut, or key combination, you press a modifier key with a character key. For example, pressing the Command key (the key that has a symbol) and the "c" key at the same time copies whatever is currently selected (text, graphics, and so forth) into the Clipboard. This is also known as the Command-C key combination (or keyboard shortcut). A modifier key is a part of many key combinations. A modifier key alters the way other keystrokes or mouse/trackpad clicks are interpreted by OS X. Modifier keys include: Command, Shift, Option, Control, Caps Lock, and the Fn key. If your keyboard has an Fn key, you may need to use it in some of the key combinations listed below. For example, if the keyboard shortcut is Control-F2, press Fn-Control-F2. Here are the modifier key symbols you may see in OS X menus: ⌘ Command key ⌃ Control key ⌥ Option key ⇧ Shift Key ⇪ Caps Lock Fn Function Key Startup shortcuts Press the key or key combination until the expected function occurs/appears (for example, hold Option during startup until Startup Manager appears, or Shift until "Safe Boot" appears). Tip: If a startup function doesn't work and you use a third-party keyboard, try again with an Apple keyboard. Key or key combination What it does Display all bootable volumes (Startup Option Manager) Shift Perform a Safe Boot (start up in Safe Mode) Left Shift Prevent
    [Show full text]
  • Emacs-W3m User's Manual
    This file documents emacs-w3m, an Emacs interface tow3m. This edition is for emacs-w3m version 1.4.567. Emacs-w3m User's Manual An Emacs interface to w3m for emacs-w3m version 1.4.567 The emacs-w3m development team Copyright c 2000-2014 TSUCHIYA Masatoshi Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. This document is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABIL- ITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this document; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. i Table of Contents Emacs-w3m User's Manual :::::::::::::::::::::::: 1 1 Preliminary remarks:::::::::::::::::::::::::::: 2 2 It's so easy to begin to use emacs-w3m ::::::: 3 2.1 What version of Emacs can be used? ::::::::::::::::::::::::::: 3 2.2 Using w3m: the reason why emacs-w3m is fast:::::::::::::::::: 3 2.3 Things required to run emacs-w3m ::::::::::::::::::::::::::::: 3 2.4 Installing emacs-w3m :::::::::::::::::::::::::::::::::::::::::: 5 2.5 Installing on non-UNIX-like systems :::::::::::::::::::::::::::: 6 2.6 Minimal settings to run emacs-w3m :::::::::::::::::::::::::::: 7 3 Basic usage :::::::::::::::::::::::::::::::::::::: 8
    [Show full text]
  • Learning GNU Emacs Other Resources from O’Reilly
    Learning GNU Emacs Other Resources from O’Reilly Related titles Unix in a Nutshell sed and awk Learning the vi Editor Essential CVS GNU Emacs Pocket Reference Version Control with Subversion oreilly.com oreilly.com is more than a complete catalog of O’Reilly books. You’ll also find links to news, events, articles, weblogs, sample chapters, and code examples. oreillynet.com is the essential portal for developers interested in open and emerging technologies, including new platforms, pro- gramming languages, and operating systems. Conferences O’Reilly brings diverse innovators together to nurture the ideas that spark revolutionary industries. We specialize in document- ing the latest tools and systems, translating the innovator’s knowledge into useful skills for those in the trenches. Visit con- ferences.oreilly.com for our upcoming events. Safari Bookshelf (safari.oreilly.com) is the premier online refer- ence library for programmers and IT professionals. Conduct searches across more than 1,000 books. Subscribers can zero in on answers to time-critical questions in a matter of seconds. Read the books on your Bookshelf from cover to cover or sim- ply flip to the page you need. Try it today with a free trial. THIRD EDITION Learning GNU Emacs Debra Cameron, James Elliott, Marc Loy, Eric Raymond, and Bill Rosenblatt Beijing • Cambridge • Farnham • Köln • Paris • Sebastopol • Taipei • Tokyo Learning GNU Emacs, Third Edition by Debra Cameron, James Elliott, Marc Loy, Eric Raymond, and Bill Rosenblatt Copyright © 2005 O’Reilly Media, Inc. All rights reserved. Printed in the United States of America. Published by O’Reilly Media, Inc., 1005 Gravenstein Highway North, Sebastopol, CA 95472.
    [Show full text]
  • KB975 User Manual
    KB975 User Manual 1 Kinesis Corporation 22030 20th Avenue SE, Suite 102 Bothell, Washington 98021 USA Keyboard models covered by this manual: www.KinesisGaming.com • KB975-BLU • KB975-RED • KB975-BRN • KB975-SIL Version 1.0.0 (May 30, 2019) This manual covers features included through firmware version 1.0.0. To download the latest firmware and to access all support resources visit: www.KinesisGaming.com/Support. To shop for accessories visit: • Lift Kit- Adjustable tenting accessory (5°/10°/15°) for use with Palm Supports • V3 Pro- Adjustable tenting accessory (5°/10°/15°) for use without Palm Supports • XL Mouse Pad- Oversized Desk Mat/Mousepad designed for use with the Freestyle Edge • Vektor– RGB Gaming Mouse (Dual-Zone RGB Lighting, 6 Programmable Buttons) KinesisGaming.com/shop © 2019 by Kinesis Corporation, all rights reserved. Kinesis and Freestyle are registered trademarks of Kinesis Corporation. Freestyle Edge, SmartSet, and v-Drive are trademarks of Kinesis Corporation. All other trademarks are property of their respective owners. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any commercial purpose, without the express written permission of Kinesis Corporation. FCC Radio Frequency Interference Statement This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits are designed to provide reasonable protection against harmful interference when the equipment is operated in a residential installation. This equipment generates, uses, and can radiate radio frequency energy and, if not installed and used in accordance with the instructions, may cause harmful interference to radio communications.
    [Show full text]
  • Xemacs User's Manual
    XEmacs User's Manual July 1994 (General Public License upgraded, January 1991) Richard Stallman Lucid, Inc. and Ben Wing Copyright c 1985, 1986, 1988 Richard M. Stallman. Copyright c 1991, 1992, 1993, 1994 Lucid, Inc. Copyright c 1993, 1994 Sun Microsystems, Inc. Copyright c 1995 Amdahl Corporation. Permission is granted to make and distribute verbatim copies of this manual provided the copy- right notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the con- ditions for verbatim copying, provided also that the sections entitled \The GNU Manifesto", \Distribution" and \GNU General Public License" are included exactly as in the original, and provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that the sections entitled \The GNU Manifesto", \Distribution" and \GNU General Public License" may be included in a translation approved by the author instead of in the original English. i Short Contents Preface ............................................ 1 GNU GENERAL PUBLIC LICENSE ....................... 3 Distribution ......................................... 9 Introduction ........................................ 11 1 The XEmacs Frame ............................... 13 2 Keystrokes, Key Sequences, and Key Bindings ............. 17
    [Show full text]
  • Assignment 4 Resources for POWER KEYS.Pdf
    Resource Page for Assignment #4 in Computer Literacy – Dr. Phoenix – 109 – 4-11-20 POWER KEYS We have studied “power-keys” in class. They are also known as short-cuts, or keyboard short- cuts. They let users to execute complicated actions with simple commands using the keyboard. Shortcut keys make for an easier and faster way of getting around a program (navigating) and executing commands in computer software (getting the computer software to do things!) Shortcut keys are most often use the Alt key (on Dell compatible computers), Command key (on Apple computers), Ctrl key, or Shift key along with another key. The standard for noting a shortcut is using the modifier key, a plus symbol, and another key. For example: “Ctrl+O” means to press and hold down the Ctrl key, and then press the O key too. Because Power Keys save so much time, it is useful to memorize them. The more you use them, the more you will begin to see that they will work in many programs. If you look at the icons in the Microsoft “Ribbon” at the top of your page, and hover your mouse pointer over an icon, often times the program will name the icon and provide the control key and letter combination. For instance, on the “HOME” tab in Microsoft Word, if you hover your mouse pointer over the underlined U on the left side of the ribbon, a little message box will pop-up with the following message: “Underline (Ctrl+U) Underline your text.” When using Power keys, just remember that sometimes you have to SELECT SOMETHING before the Power Key will do what you want it to do.
    [Show full text]