Codebase list ido-ubiquitous / 4de4a5b
Update upstream source from tag 'upstream/4.12' Update to upstream version '4.12' with Debian dir b13d0f1f18fed3d72cba0dfa7e86de31f65534e7 Lev Lamberov 4 years ago
3 changed file(s) with 11 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 # ido-completing-read+ (formerly ido-ubiquitous) #
11
2 [![MELPA Stable](https://stable.melpa.org/packages/ido-ubiquitous-badge.svg)](https://stable.melpa.org/#/ido-ubiquitous)
2 [![MELPA Stable](https://stable.melpa.org/packages/ido-completing-read+-badge.svg)](https://stable.melpa.org/#/ido-completing-read%2B)
33 [![Join the chat at https://gitter.im/DarwinAwardWinner/ido-ubiquitous](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DarwinAwardWinner/ido-ubiquitous?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44 [![Build Status](https://travis-ci.org/DarwinAwardWinner/ido-completing-read-plus.svg?branch=master)](https://travis-ci.org/DarwinAwardWinner/ido-completing-read-plus)
55 [![Coverage Status](https://coveralls.io/repos/github/DarwinAwardWinner/ido-completing-read-plus/badge.svg?branch=master)](https://coveralls.io/github/DarwinAwardWinner/ido-completing-read-plus?branch=master)
44 ;; Filename: ido-completing-read+.el
55 ;; Author: Ryan Thompson
66 ;; Created: Sat Apr 4 13:41:20 2015 (-0700)
7 ;; Version: 4.11
7 ;; Version: 4.12
88 ;; Package-Requires: ((emacs "24.4") (cl-lib "0.5") (s "0.1") (memoize "1.1"))
99 ;; URL: https://github.com/DarwinAwardWinner/ido-completing-read-plus
1010 ;; Keywords: ido, completion, convenience
7676 ;;
7777 ;;; Code:
7878
79 (defconst ido-completing-read+-version "4.11"
79 (defconst ido-completing-read+-version "4.12"
8080 "Currently running version of ido-completing-read+.
8181
8282 Note that when you update ido-completing-read+, this variable may
295295 ;; https://github.com/DarwinAwardWinner/ido-completing-read-plus/issues/44
296296 tmm-prompt
297297 ;; https://github.com/DarwinAwardWinner/ido-completing-read-plus/issues/156
298 org-tags-completion-function)
298 org-tags-completion-function
299 ;; https://github.com/DarwinAwardWinner/ido-completing-read-plus/issues/159
300 ffap-read-file-or-url
301 ffap-read-file-or-url-internal
302 )
299303 "Functions & commands for which ido-cr+ should be disabled.
300304
301305 Each entry can be either a symbol or a string. A symbol means to
33
44 ;; Author: Ryan C. Thompson
55 ;; URL: https://github.com/DarwinAwardWinner/ido-ubiquitous
6 ;; Version: 4.11
6 ;; Version: 4.12
77 ;; Created: 2011-09-01
88 ;; Keywords: convenience, completion, ido
99 ;; EmacsWiki: InteractivelyDoThings
10 ;; Package-Requires: ((ido-completing-read+ "4.11") (cl-lib "0.5"))
10 ;; Package-Requires: ((ido-completing-read+ "4.12") (cl-lib "0.5"))
1111 ;; Filename: ido-ubiquitous.el
1212
1313 ;; This file is NOT part of GNU Emacs.
3838 ;;
3939 ;;; Code:
4040
41 (defconst ido-ubiquitous-version "4.11"
41 (defconst ido-ubiquitous-version "4.12"
4242 "Currently running version of ido-ubiquitous.
4343
4444 Note that when you update ido-ubiquitous, this variable may not