Changeset 19166 for lang/elisp
- Timestamp:
- 09/11/08 11:47:49 (2 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/elisp/anything-c-moccur/trunk/anything-c-moccur.el
r19146 r19166 102 102 103 103 ;;; variables 104 (defvar anything-c-moccur-version 0.3 1)104 (defvar anything-c-moccur-version 0.32) 105 105 (defvar anything-c-moccur-anything-invoking-flag nil) 106 106 (defvar anything-c-moccur-anything-initial-pattern "") … … 392 392 (anything-c-moccur-with-anything-env (list anything-c-source-occur-by-moccur) 393 393 (let* ((initial-pattern (if anything-c-moccur-enable-initial-pattern 394 ( or (thing-at-point 'symbol) "")394 (regexp-quote (or (thing-at-point 'symbol) "")) 395 395 ""))) 396 396 (when anything-c-moccur-push-mark-flag … … 573 573 (interactive) 574 574 (let ((anything-c-moccur-widen-when-goto-line-flag nil)) 575 (save-restriction 576 (narrow-to-region (point-at-bol) (point-max)) 577 (anything-c-moccur-occur-by-moccur)))) 575 (save-window-excursion 576 (save-restriction 577 (narrow-to-region (point-at-bol) (point-max)) 578 (anything-c-moccur-occur-by-moccur))))) 578 579 579 580 (defun anything-c-moccur-isearch-backward () … … 584 585 (reverse -candidates))) 585 586 copied-source))) 586 (save-restriction 587 (narrow-to-region (point-min) (point-at-eol)) 588 (anything-c-moccur-occur-by-moccur)))) 587 (save-window-excursion 588 (save-restriction 589 (narrow-to-region (point-min) (point-at-eol)) 590 (anything-c-moccur-occur-by-moccur))))) 589 591 590 592 ;;; Commands for `anything-c-moccur-anything-map'
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)