From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fd4fc3d2b22df500 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.82.202 with SMTP id k10mr287885pay.0.1357921009315; Fri, 11 Jan 2013 08:16:49 -0800 (PST) Path: s9ni101945pbb.0!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!feeder.erje.net!eu.feeder.erje.net!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: ada-mode create case exception Date: Fri, 11 Jan 2013 16:16:31 +0000 Organization: A noiseless patient Spider Message-ID: References: <85623bsosa.fsf@stephe-leake.org> <85d2xen4wg.fsf_-_@stephe-leake.org> Mime-Version: 1.0 Injection-Info: mx04.eternal-september.org; posting-host="585248293da7adcafb924c79c19cf5ec"; logging-data="20523"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18V+58t7Zj6kt+ZgrS/MOHnIAmSJBGBtW8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (darwin) Cancel-Lock: sha1:7/Kvn4fbN3HO0Ne8Z7q43skLJiA= sha1:52Bvg8itvBt5RW7ztdGPFhUzw1c= Content-Type: text/plain Date: 2013-01-11T16:16:31+00:00 List-Id: Stephen Leake writes: > Simon Wright writes: > >> Stephen Leake writes: >> >>> Which reminds me; we need a simpler keybinding for "make this word a >>> case exception". >> >> C-c C-y is simple enough. I agree that C-c C-M-y is a bit complex >> (though inherited from 4.01): perhaps C-c M-y ? > > My problem with 4.01 is that you have to manually select the word; the > system is smart enough to do that for you. Here, using 4.01 with your patch of 21 March 10 and Georg's patch of 3 September 11, neither of which appear to touch this aspect, I don't have to select the word. I put point inside the Line of Put_Line; C-c C-M-y added *Line, C-c C-y added Put_Line.