[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 246/287: Prefer emacs 24.4 backward-up-list
From: |
Matthew Fidler |
Subject: |
[elpa] 246/287: Prefer emacs 24.4 backward-up-list |
Date: |
Wed, 02 Jul 2014 14:46:23 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 3fb38a89af5771fdd1504ec4d9ecc33d8fe809ba
Author: Matthew L. Fidler <address@hidden>
Date: Fri Jun 27 08:03:20 2014 -0500
Prefer emacs 24.4 backward-up-list
---
ergoemacs-functions.el | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index 0419c06..2c47821 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -814,14 +814,6 @@ This function should select the whole string."
(interactive)
(let (p1 p2)
(cond
- ((and font-lock-mode (memq (get-text-property (point) 'face)
- '(font-lock-string-face font-lock-doc-face)))
- (setq p1 (or (previous-single-property-change (point) 'face
(current-buffer) (point-min)) (point-min)))
- (setq p2 (or (next-single-property-change (point) 'face (current-buffer)
(point-max)) (point-max)))
- (goto-char (1+ p1))
- (set-mark (1- p2)))
- (font-lock-mode
- (user-error "Cursor not inside quote"))
((and (<= 24 emacs-major-version)
(<= 4 emacs-minor-version))
(if (nth 3 (syntax-ppss))
@@ -833,6 +825,14 @@ This function should select the whole string."
(goto-char (1+ p1))
(set-mark (1- p2)))
(user-error "Cursor not inside quote")))
+ ((and font-lock-mode (memq (get-text-property (point) 'face)
+ '(font-lock-string-face font-lock-doc-face)))
+ (setq p1 (or (previous-single-property-change (point) 'face
(current-buffer) (point-min)) (point-min)))
+ (setq p2 (or (next-single-property-change (point) 'face (current-buffer)
(point-max)) (point-max)))
+ (goto-char (1+ p1))
+ (set-mark (1- p2)))
+ (font-lock-mode
+ (user-error "Cursor not inside quote"))
(t
(let (p1)
(skip-chars-backward "^“\"")
- [elpa] 236/287: add electric-pair-made as an option, (continued)
- [elpa] 236/287: add electric-pair-made as an option, Matthew Fidler, 2014/07/02
- [elpa] 237/287: Expanded outlook integration with Emacs org-mode, Matthew Fidler, 2014/07/02
- [elpa] 234/287: Make comment-search-backward less fragile, Matthew Fidler, 2014/07/02
- [elpa] 235/287: Add the uri encoding function, Matthew Fidler, 2014/07/02
- [elpa] 241/287: Cleanup for select text in quotes, Matthew Fidler, 2014/07/02
- [elpa] 243/287: Make the quote selection consistent., Matthew Fidler, 2014/07/02
- [elpa] 242/287: Fix `ergoemacs-select-text-in-ascii-quote` to work using font-lock, Matthew Fidler, 2014/07/02
- [elpa] 239/287: Allow emacs 24.4 differences for backward-up-list, Matthew Fidler, 2014/07/02
- [elpa] 248/287: Merge pull request #248 from akfoss/master, Matthew Fidler, 2014/07/02
- [elpa] 244/287: Bug fix for cutting folded lines at the end of the line., Matthew Fidler, 2014/07/02
- [elpa] 246/287: Prefer emacs 24.4 backward-up-list,
Matthew Fidler <=
- [elpa] 249/287: Support smartparens-mode and auto-indent-mode, Matthew Fidler, 2014/07/02
- [elpa] 247/287: Revert ergoemacs-select-text-in-quote; Make expand-region consistent, Matthew Fidler, 2014/07/02
- [elpa] 245/287: Add back reduced font-lock free ergoemacs-select-text-in-ascii-quote, Matthew Fidler, 2014/07/02
- [elpa] 255/287: Make beginning/end of line work without font-lock, Matthew Fidler, 2014/07/02
- [elpa] 253/287: Another fix for end of line or what, Matthew Fidler, 2014/07/02
- [elpa] 257/287: Fix byte-compile errors, Matthew Fidler, 2014/07/02
- [elpa] 250/287: Comment out autopair; needs to go in options menu..., Matthew Fidler, 2014/07/02
- [elpa] 256/287: Add version information for themes, Matthew Fidler, 2014/07/02
- [elpa] 251/287: Modify copy-line-or-region to work with `org-mode`, Matthew Fidler, 2014/07/02
- [elpa] 258/287: Silence customize save with batch emacs., Matthew Fidler, 2014/07/02