Бляди тоже ок, ага. Войти !bnw Сегодня Клубы
УНЯНЯ. У нас есть немножечко инфы об этом пользователе. Мы знаем, что он понаписал, порекомендовал и даже и то и другое сразу. А ещё у нас есть RSS.
Теги: Клубы:

Палите ваши установленные пакетики из package-list-packages:

  • ac-geiser Auto-complete backend for geiser
  • ac-helm Helm interface for auto-complete
  • ace-isearch A seamless bridge between isearch and ace-jump-mode
  • ace-jump-buffer fast buffer switching extension to `ace-jump-mode'
  • ace-jump-mode a quick cursor location minor mode for emacs
  • ace-jump-zap Character zapping, ace-jump-mode style
  • ace-link Quickly follow links using `ace-jump-mode'
  • ace-window Quickly switch windows.
  • ack-and-a-half Yet another front-end for ack
  • apel APEL (A Portable Emacs Library) provides support for portable Emacs Lisp programs
  • async Asynchronous processing in Emacs
  • auctex Integrated environment for TeX
  • auto-complete Auto Completion for GNU Emacs
  • bbdb The Insidious Big Brother Database for GNU Emacs
  • browse-kill-ring interactively insert items from kill-ring
  • color-theme install color themes
  • color-theme-san... A version of Chris Kempson's various Tomorrow themes
  • dash A modern list library for Emacs
  • dired+ Extensions to Dired.
  • elscreen Emacs window session manager
  • emms The Emacs Multimedia System
  • epl Emacs Package Library
  • expand-region Increase selected region by semantic units.
  • f Modern API for working with files and directories
  • faceup Regression test system for font-lock
  • flex-isearch Flex matching (like ido) in isearch.
  • flim A library to provide basic features about message representation or encoding.
  • flx fuzzy matching with good sorting
  • flx-ido flx integration for ido
  • flx-isearch Fuzzy incremental searching for emacs
  • geiser GNU Emacs and Scheme talk to each other
  • git-commit-mode Major mode for editing git commit messages
  • git-rebase-mode Major mode for editing git rebase files
  • graphviz-dot-mode Mode for the dot-language used by graphviz (att).
  • helm Helm is an Emacs incremental and narrowing framework
  • helm-cmd-t cmd-t style completion
  • helm-gtags GNU GLOBAL helm interface
  • helm-ls-git list git files.
  • helm-projectile Helm integration for Projectile
  • helm-swoop Efficiently hopping squeezed lines powered by helm interface
  • jabber A Jabber client for Emacs.
  • ledger-mode Helper code for use with the "ledger" command-line tool
  • lua-mode a major-mode for editing Lua scripts
  • magit control Git from Emacs
  • multi-term Managing multiple terminal buffers in Emacs.
  • multiple-cursors Multiple cursors for Emacs.
  • neotree A tree plugin like NerdTree for Vim
  • paredit minor mode for editing parentheses
  • pkg-info Information about packages
  • popup Visual Popup User Interface
  • popwin Popup Window Manager.
  • projectile Manage and navigate projects in Emacs easily
  • racket-mode Major mode for Racket language.
  • rainbow-delimiters Highlight brackets according to their depth
  • rich-minority Clean-up and Beautify the list of minor-modes.
  • s The long lost Emacs string manipulation library.
  • semi A library to provide MIME features.
  • smart-mode-line A color coded smart mode-line.
  • smex M-x interface with Ido-style fuzzy matching.
  • solarized-theme The Solarized color theme, ported to Emacs.
  • twittering-mode Major mode for Twitter
  • undo-tree Treat undo history as a tree
  • wanderlust Yet Another Message Interface on Emacsen
  • win-switch fast, dynamic bindings for window-switching/resizing
#3M69XO (56+1) / @ninesigns / 3343 дня назад

Зачем нужен vim, если emacs может умеет в модальность при помощи педалек?

#PDQJS1 (26) / @ninesigns / 3360 дней назад

helm-cmd-t - ультраписечка.
умеет искать файлики по всяким гитам, заюзывая некое подобие flex-matching.
http://dump.bitcheese.net/images/ivamona/cmd-t.png

#8TJGNM (7) / @ninesigns / 3374 дня назад

Покажите мне живых юзеров evil-mode.
Вы ебанутые что-ли?

#78FI9G (6) / @ninesigns / 3375 дней назад

Костылик чтобы искать grep-ом во всех каталогах, в которых открыты файлы в текущей сесси emacs:
```
(require 'cl)

(defun get-buf-dirs ()
(mapconcat 'identity
(delete-dups
(reduce (lambda (lst b)
(append lst
(list (file-name-directory
(or (buffer-file-name b) "")) '())))
(buffer-list)
:initial-value '()))
" "))

(defun find-grep/dirs (what)
(interactive "SWhat: ")
(find-grep (format "find %s -type f -exec grep -nH -e %s {} +" (get-buf-dirs) what)))
```

Зовется так:

M-x find-grep-dirs

#OTNHVD (0) / @ninesigns / 3375 дней назад

RMS ебаный ублюдок. Из-за его устарвеших опасений (emacs-ffi и боязнь llvm) народ извращается, делает ненужную работу и велосипедит всякие бажные и падучие сервера уровня https://github.com/Andersbakken/rtags.

#WDCB2Z (3) / @ninesigns / 3382 дня назад

YAY
emacswiki починили

#6YSBYF (0) / @ninesigns / 3418 дней назад

<xxx> yyy: patches above a certain line length (20 lines, IIRC) in gnu emacs or in elpa.gnu.org files need to be both licensed under GPL and assigned to the FSF
<xxx> which requires assignment of copyright to the linux foundation, in that case
<xxx> for various social and technical reasons becoming an emacs contributor is arguably harder than it should be, which is one reason why so much stuff is outside the distribution on github and emacswiki and other places
<xxx> emacs-devel@gnu.org is also a completely shitty place, and they need to approve your patches.
<yyy> what do you mean shitty place ?
<xxx> yyy: by "shitty place" I mean that many of the people with authority enjoy suffering and inconvenience and consider it a good thing that becoming a contributor is inconvenient
<xxx> a lot of patches/features are rejected for hostile reasons
<xxx> or delayed in ways that make the contributor go away

#AQI0UM (10) / @ninesigns / 3429 дней назад

tfw люди до сих пор считают, что когда говорят про footpedals, то шутят, причем даже на канале #emacs.

#32B0HB (0) / @ninesigns / 3429 дней назад

Как перестать настраивать emacs и начать работать?

#1Y0VS6 (12+1) / @ninesigns / 3429 дней назад

При юзании M-x semantic-clang-activate эта сука срет файлами вида __SEMANTIC_CLANG_TEMPFILE.c прямо в рабочей директории.
Естессно некоторые Makefiles написаны так чтобы автоматом подхватывать все сишники, так что этот файл радостно подхватывается и ломает сборку.

Такие дела.

#Q99QUS (0) / @ninesigns / 3440 дней назад

Поставил racket-mode. Вроде нормас.

#49WYK3 (0) / @ninesigns / 3451 день назад
Посоветуйте моду для Mathematica.
#85MV9T (2) / @ninesigns / 3505 дней назад

GNU Guix, the package manager written for the GNU system, now has a neat Emacs user interface! It offers a visual, user-friendly alternative to the guix package command-line interface.

For those familiar with package.el, the main user interface is quite similar: commands like guix-newest-available-packages, guix-search-by-regexp, and guix-installed-packages present a browsable list of packages. Individual packages can be selected, which displays additional details and presents a button to install or delete them. It is also possible to mark a set of packages for installation, upgrade, or deletion, and execute the set of operations in a single transaction.

#PAPWL8 (0) / @ninesigns / 3530 дней назад

емаксеры-педалисты, вы ноги держите на педалях или сбоку?

#ERH4IH (2) / @ninesigns / 3534 дня назад

Тынц-тынч вживую прямо из имакса короч:
https://www.youtube.com/watch?v=yY1FSsUV-8c

жаль это барахло только для гейос -> http://impromptu.moso.com.au/

inb4: боян

#BHYU3W (2) / @ninesigns / 3557 дней назад

mobileorg не синкается и сыпет ошибками.
как вы этим говном пользуетесь?

#PYCOMO (13) / @ninesigns / 3557 дней назад

pedalboard приехал
http://cs614617.vk.me/v614617062/16c6c/tvb-PJVIPzA.jpg

Ставлю лицензионный шиндоус в виртуалку, чтобы настроть какие кнопки клавиатуры эмулировать.

#DDMA49 (7+1) / @ninesigns / 3573 дня назад

Почему никто еще не начал делать tox для emacs?

#TGRVAU (7) / @ninesigns / 3595 дней назад
--
ipv6 ready BnW для ведрофона BnW на Реформале Викивач Котятки

Цоперайт © 2010-2016 @stiletto.