| Groups | Results 191 - 200 of about 1,650 for replace group:gnu.emacs.sources. |
Sorted by relevance Sort by date |
Colin Walters walter...@cis.ohio-state.edu gnu emacs sources ;;; Commentary: ;; ibuffer.el is an advanced replacement for the `buffer-menu' which ;; is ... http://groups.google.com/g/8d67fef8/t/93534d3f09c227f0/d/be03723f0df76c77 |
Also, a lot of these kinds of edits are easier with replace-regexp, or query-replace-regexp, if you don't want to change every line. -- Enjoy, Joe Wells ... http://groups.google.com/g/8d67fef8/t/f40f74ef94daae6c/d/7db8187af6e9280d |
h\\([1-6]\\)>" nil t) (replace-match (concat (make-string (* 2 (string-to-number (match-string 2))) ? ) (match-string 1)))) (goto-char (point-min)) (let ((last (point-min)) ... http://groups.google.com/g/8d67fef8/t/8264ff93c8aedbd3/d/f9f6ff11af45b8bb |
If not, write to the Free ;; Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;;; Commentary: ;; * User functions ;; ginel-string-replace STRING ... http://groups.google.com/g/8d67fef8/t/a42db8f3d8229438/d/ae277fd9eaa34063 |
Without prefix arg: replace FRAME-01-->win-cfg-1 with the current frame contents - - Wih prefix ... replace(update) whole configuration FRAME-01, FRAME-02 . http://groups.google.com/g/8d67fef8/t/a025518fdd4710e/d/9a05844db4b66084 |
... from the beginning of the buffer during a query-replace ;; * Downcase major mode name during major-mode sorting to prevent ;; eg Man-mode from being first. http://groups.google.com/g/8d67fef8/t/c7fbee131a961cfb/d/3f2389dab1502298 |
This also defines the patterns normally used ;; in compilation-mode, since I'm going to replace the standard ones. ;; Naughty me... (defvar diction-hilit19-patterns ... http://groups.google.com/g/8d67fef8/t/820d4edd77c8a426/d/cbc980067ad56b69 |
(interactive) (let ((buf (get-buffer-create imdb-temp-buffer))) (set-buffer buf) (goto-char 0) (imdb-grab-link buffer) (replace-string "<" "<") (goto-char 0) ... http://groups.google.com/g/8d67fef8/t/8f055f4ff68279e8/d/dec00e7eb5f66360 |
... `Mr' and such) minibuffer-history-search-history ;; Query replace query-replace- history ;; eval-expression (`M-:') read-expression-history ;; shell-command (`M-! http://groups.google.com/g/8d67fef8/t/3777da8d62bfe6de/d/cd67138df928a695 |
... query (setq query (read-from-minibuffer "Query: "))) (when (string-match "%s" url) (setq url (replace-match query tt url))) (browse-url url))) The conventional way ... http://groups.google.com/g/8d67fef8/t/d93754eaf82ae7bf/d/c1e1d14df40dc224 |
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |