问题标签 [xiki]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby - 如何开始在 Emacs 中使用 Xiki?
试图让xiki工作。
它已安装:
移动所有文件的shell脚本已成功执行AFAIK,但我关闭了该shell,因此无法显示其输出。不过,没有什么让我觉得自己错了。
看起来服务器正在运行:
我已经安装了 emacs(我在安装 xiki 之前安装了它),并设置了 init 文件:
但是当我运行 emacs 时,它会拆分屏幕并将此错误放在底部:
当我按 Option-l 时(也尝试了 Escape l,以防选项不是元),似乎没有发生任何事情(当我在欢迎窗口窗格中执行此操作时,它说它是只读的,当我在底部执行此操作时一个说 xiki 死了,它什么也没做)。回到控制台,xiki status
仍然说它正在使用相同的 pid 运行。
有两个日志,每个都有相同的问题:
我不知道我应该如何加载它,我以为我只是启动 emacs,我可以开始双击单词之类的东西table
到目前为止它没有这样做,但我不认为它正确地与emacs交谈。
当我查看 emacs gui 中的信息时,它说它是 24.2 版(从这里安装),当我emacs --version
在控制台上这样做时,它说它是 22.1.1 版我可以解决这个问题并尝试将它们都升级到 24 版,但我什至不知道这是否是问题所在(尽管我可能更喜欢从控制台使用这些)。
我尝试查找有关如何使用它的文档,但这种方式似乎并不多。尝试加入谷歌组,我会在那里问,但我的会员资格正在等待中。
我只是希望能够尝试视频中的内容。
emacs - 如何在 emacs 上打开 xiki?
我安装了 xiki,我什至让它在 emacs 上运行,但是我关闭了 emacs,现在 xiki 页面没有出现。如何重新打开它?另外,是否有 xiki 的 wiki 页面?我在任何地方都找不到信息
command-line - 为什么 cd 命令在 xiki 中对 sublime text 2 不起作用?
在 xiki for sublime 我运行这条线
并且没有错误或任何出现。但是,当我运行此命令时
这是我得到的输出
它似乎应该在我的主目录中。为什么这不起作用?
windows - Xiki on Windows: 'xiki' not recognized as an internal or external command, operable program or batch file
Being thrilled by all the nice and promissing screencasts, I followed the guides to install Xiki, summarized as:
- Download/install Ruby
- Download DevKit
- extract DevKit to (permanent) directory that has no spaces, e.g. C:\Ruby200\devkit
- open command window in that directory (shift-left-click, open command window here) and execute:
ruby dk.rb init
ruby dk.rb install
cd ..
git clone git://github.com/trogdoro/xiki.git
cd xiki
gem install bundler
bundle
ruby etc/command/copy_xiki_command_to.rb C:/Ruby200/bin/xiki
Now, Xiki should be installed and opening a new command window and typing 'xiki' should give some output, different from 'not recognized as an internal or external command, operable program or batch file'... I verified that 'C:/Ruby200/bin' is on Windows PATH (Windows+R, SystemPropertiesAdvanced --> Environment Variable --> Edit)
I seem to be very close to start using Xiki, just can't get there yet. What could be wrong?
vim - 配置 Vim 以使用 Xiki
我已经按照https://github.com/trogdoro/xiki中的说明安装了 xiki 。我读过 Xiki 为 Vi 提供部分支持。我想知道如何用 Xiki 设置 Vim。你能为我指出正确的方向吗?
osx-yosemite - 在 Mac OS 10.10 上安装 Xiki
有人在 Mac OS Yosemite 上成功安装过 Xiki 吗?开发人员的建议是它只与 Ruby 1.9.3 兼容,但 Yosemite 附带 2.0.0,我无法为 Mac OS 10.10 成功构建 1.9.3(没有预烘焙的二进制文件,这不足为奇)。
mysql - 在 sublime 中使用 mysql 命令和 xiki
如何使用 xiki 在 sublime 中使用 mysql 命令。我试过了,但它不允许我登录...
这里我的用户名是“root”,密码是“mysql”。