Keshav Kini

Results 16 issues of Keshav Kini

Reproduce: 1. open spacemacs 2. do `SPC z f + + + + + + + +` to zoom in 3. do `SPC F n` to create a new frame...

Bug :-(
Ready for work
- Bug tracker -
stale

Right now, SULFA seems like kind of a standalone thing. It requires one of two particular SAT solvers, `minisat` or `zchaff`, neither of which has been actively developed in the...

help wanted
wishlist

This was initially reported by @acoglio on the acl2-help mailing list as an issue with xdoc and an FTY deftagsum with only one summand. I reduced the repro case to...

bug
Community
Component: STD
Component: XDOC

Here's `shell.nix`: ```nix { pkgs ? import { } }: let mach-nix = import (builtins.fetchGit { url = "https://github.com/DavHau/mach-nix"; ref = "refs/tags/3.3.0"; }) { }; in pkgs.mkShell { buildInputs =...

I would expect this to work (by deciding that the requirement `pydantic[email]` subsumes the requirement `pydantic`) but it tells me that the requirements can't be resolved: ``` [1] [kkini@kkini:/tmp/foo]$ cat...

Steps to reproduce: - `emacs -Q` - require `shell-pop` - `C-x 3` to split into left and right windows - `M-x shell-pop` twice Expected behavior: After the first `M-x shell-pop`,...

themeとしてはleuvenを使ってますが、例えば以下のようなorgファイルがあったら、「ほげ」から「ぴよ」に行くと、ヘッダに表示されてるAUTHORフィールドが小さくなるようです。 ``` org #+TITLE: タイトル #+AUTHOR: 名前 * ほげ ** ぴよ ``` スクリーンショットも撮っておきました。(普段からEmacsで日本語のテキストを扱っていないので美しくないかもしれませんが) ![2015-02-23-004243_648x380_scrot](https://cloud.githubusercontent.com/assets/691290/6323724/ea114920-baf4-11e4-9c42-f954767622f2.png) ![2015-02-23-004250_648x380_scrot](https://cloud.githubusercontent.com/assets/691290/6323727/f11cf174-baf4-11e4-8b36-226452e8cf6f.png)

It would be nice to have a compile-time configuration option to disable the behavior where YACReader connects to github to look for new versions and pops up a dialog box...