| Groups | Results 1 - 10 of about 1,740 for replace group:gnu.emacs.sources. |
Sorted by relevance Sort by date |
I will post my code for multiple-file search and replace. It seems to be useful for some people. It is a simple package, and it works beautifully (for me at least). http://groups.google.com/g/dbc7fef9/t/7c2c07d11f4b598e/d/74109302c4e93d0f |
SL Baur st...@calag.com comp emacs alt religion emacs gnu emacs sources Per Abrahamsen <abra...@dina.kvl.dk> writes: Like this: (defun ... http://groups.google.com/g/4657fefd/t/992bd11dc6cba091/d/9242d99756d9c5d0 |
Radey Shouman shou...@goofy.cc.utexas.edu gnu emacs sources The following two functions implement a form of something I've often seen requested: a ... http://groups.google.com/g/8d67fef8/t/cebc76accc6984f7/d/81547688335f7a18 |
Two of the solutions were: - map-query-replace-regexp takes a string such as "12 13 14 15 16 17 18" as its second argument and uses its components in rotation ... http://groups.google.com/g/4657fefd/t/ad08cfd02c18fd92/d/7a60f06c02a0d445 |
Pascal PETIT pe...@gaillac.ibp.fr gnu emacs sources A very simple extension. A menu for search & replace. People who don't know emacs will find it usefull. http://groups.google.com/g/8d67fef8/t/e25e7914bdfbff21/d/e8c1df150f7f186c |
Joel J. Adamson jadam...@partners.org gnu emacs help gnu emacs sources Some custom editing functions: suggestions welcome. ;;; jedit.el --- Joel's Custom ... http://groups.google.com/g/4747fefc/t/9adddfd4559997f4/d/94c639299b475e7d |
Eli Tziperman e...@nitzanim.weizmann.ac.il gnu emacs sources Hello, here are two functions I find useful for replacing and query-replacing in rectangles... http://groups.google.com/g/8d67fef8/t/df56e4eb86c3e324/d/d606933e815f79dc |
(with-temp-buffer (let ((case-replace t) (case-fold-search t)) (insert snippet) (mapcar (lambda (froms-tos) (let ((tos (cadr froms-tos))) (mapcar (lambda (from) (let ... http://groups.google.com/g/b7a7ff00/t/b6ebef5679536317/d/4ccc8badfcb666db |
Consider tags-query-replace. Build a TAGS file (using etags) from the files you want to work on and do Mx tags-query-replace.(*) This could really be included as ... http://groups.google.com/g/4747fefc/t/279cdfc09eacd555/d/53bc2c9cba4eff1 |
Bernard VAUQUELIN vauqu...@labri.u-bordeaux.fr gnu emacs sources Multi-replace run query-repla ce in multipe files (as does mqr-replace in multiple buffers). http://groups.google.com/g/8d67fef8/t/610b903bb9573aa2/d/3931a6a9ab9de5d9 |
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |