Giter Club home page Giter Club logo

emacs-zlc's People

Contributors

mooz avatar myuhe avatar nna774 avatar slippycheeze avatar uwabami avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emacs-zlc's Issues

Completion with more than two dashs

When you want to complete in M-x, and use more than two dash, zlc.el will have some problems.

Reproduce steps:
M-x org- TAB bu TAB TAB(now you've entered zlc completion candidates selecting buffer) RET
=> Oops!

M-x def-- TAB TAB
RET
=>Oops!

After using zlc, history in minibuffer will be unable to use.

When opening a minibuffer (ex:M-x), you can use [up/down] to get previous commands, directories, files....etc.

However zlc will make this function unable to work. When press M-x and [up/down], it appears "No buffer named Completions" or "Args out of range: 5, 20"...etc.

(I installed zlc by add these to my .emacs)

;;Zsh style completetion!
(add-to-list 'load-path "~/.emacs.d/lisps/emacs-zlc-master/")
(require 'zlc)
(let ((map minibuffer-local-map))
  ;;; like menu select
  (define-key map (kbd "<down>")  'zlc-select-next-vertical)
  (define-key map (kbd "<up>")    'zlc-select-previous-vertical)
  (define-key map (kbd "<right>") 'zlc-select-next)
  (define-key map (kbd "<left>")  'zlc-select-previous)
  ;;; reset selection
  (define-key map (kbd "C-c") 'zlc-reset)
  )

6c16f67の副作用。「Junk in args nil」

いつも各種プロダクトでお世話になってます。
初のissues登録で粗相が有りましたらすみません。

最新コミットの
+ nil
+ group 'zlc-face
この二行があるとinit.el内で
(require 'zlc)
したときに「Junk in args nil」とバイトコンパイルエラーが出ます。
Mac OS Xのhomebrewで入れたemacs24.3で、zlcはpackage.elで入れました。
最新コミットの二行をコメントアウトしてみたところエラーは消えました。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.