Coder Social home page Coder Social logo

.emacs.d's Introduction

Hi, there 👋

.emacs.d's People

Contributors

kubo39 avatar

Watchers

 avatar  avatar  avatar

.emacs.d's Issues

自動インデント設定やタブによるインデント指定ができない

init.el

(add-hook 'd-mode-hook
          '(lambda ()
             (setq c-basic-offset 2)
             (setq indent-tabs-mode nil)
             (setq tab-width 2)
             (local-set-key "\t" 'c-indent-line-or-region)))

Backtrace

Debugger entered--Lisp error: (void-function add-function)
  add-function(:around #<subr looking-at> d-special-case-looking-at)
  c-add-stmt-syntax(statement-block-intro nil t 2292 (2292 (2210 . 2242) 1464 (1104 . 1445)))
  c-guess-basic-syntax()
  c-indent-line()
  #[nil "\302\303 !\210�\304>\203.
  c-indent-command(nil)
  c-indent-line-or-region(nil nil)
  call-interactively(c-indent-line-or-region nil nil)

d-mode.elでバッククォート使おうとすると死ぬ

OS/emacs

% uname -mrv
3.9.10-100.fc17.x86_64 #1 SMP Sun Jul 14 01:31:27 UTC 2013 x86_64
% cat /etc/issue
Fedora release 17 (Beefy Miracle)
Kernel \r on an \m (\l)
% emacs --version
GNU Emacs 24.3.1
Copyright (C) 2013 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

d-mode.el

Version: 20151205.2354

python: pyls doesn't work well

Encounted this error (*Backtrace*).

Debugger entered--Lisp error: (void-function py-eldoc-function)
  py-eldoc-function()
  apply(py-eldoc-function nil)
  #f(advice-wrapper :before-until py-eldoc-function lsp-eldoc-function)()
  eldoc-print-current-symbol-info()
  #f(compiled-function () #<bytecode 0x27ba03>)()
  apply(#f(compiled-function () #<bytecode 0x27ba03>) nil)
  timer-event-handler([t 0 0 500000 nil #f(compiled-function () #<bytecode 0x27ba03>) nil idle 0])

configuration:

(use-package python-mode
  :ensure t
  :hook
  (python-mode . lsp)
  :commands python-mode
  :interpreter (("python" . python-mode))
  )

Symbol's value as variable is void: toggle-scroll-bar

Enviroment

$ freebsd-version                                                                              [:.emacs.d][git:master]
11.0-RELEASE-p7
$ emacs --version                                                                              [:.emacs.d][git:master]
GNU Emacs 25.1.1
Copyright (C) 2016 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.

Same as scroll-bar-mode.

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.