popper.el - Popup buffers for Emacs

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024

Комментарии • 22

  • @daemianmack2706
    @daemianmack2706 3 года назад +6

    Top-notch presentation. Popper.el looks cool, too -- thanks!

  • @thomashisch4542
    @thomashisch4542 2 года назад +2

    Thx a lot for this presentation. This is one of the best emacs related presentations I have seen so far. I especially like that you mention how the package can be customized and show the effect of the customizations.

  • @apella88
    @apella88 3 года назад +1

    This looks great! I'm going to try this out over the weekend.

  • @youngKOkid1
    @youngKOkid1 11 месяцев назад

    This is awesome, thanks Karthik ❤️

  • @hooxenv9692
    @hooxenv9692 3 года назад +2

    Very cool - you should mention it on r/emacs

  • @codestalk9183
    @codestalk9183 3 года назад +1

    this is cool, gonna try it

  • @DavidConnerCodeaholic
    @DavidConnerCodeaholic Год назад

    yeh i forgot about this little problem. by the time you do this 3 times, you're ready to strangle a buffer

  • @thepinback
    @thepinback 3 года назад +1

    Very nice and helpful extension. Just installed and works fine! Q: How to you get the LaTeX rendering in emacs like e.g. at 1:49 in your video?

    • @ckth
      @ckth 3 года назад +2

      This is the preview-latex functionality, part of the AucTeX package for Emacs. The command you would use is M-x preview-buffer or M-x preview-section.

    • @thepinback
      @thepinback 3 года назад

      @@ckth Thanx

  • @jtgdyt2
    @jtgdyt2 3 года назад +1

    "package-compute-transaction: Package ‘popper-’ is unavailable"
    I look forward to trying it when it's available.

    • @ckth
      @ckth 3 года назад

      Is MELPA in your package archives list?

    • @jtgdyt2
      @jtgdyt2 3 года назад

      @@ckth I had tried both
      (use-package popper
      :ensure t
      )
      ...and...
      (add-to-list 'package-archives '("melpa" . "melpa.org/packages/"))
      (package-install 'popper)
      and they both failed, but it seems to be working now.

  • @rashie
    @rashie Год назад

    👍👍

  • @DavidConnerCodeaholic
    @DavidConnerCodeaholic Год назад +1

    have you published anything? that shit makes operator calculus look like a cakewalk

  • @kyrd
    @kyrd Год назад

    That moment where you quit a buffer and saw the two rightmost windows shrink in width to almost nothing is something that's been annoying me a lot, but intermittently.
    If you found a way for a stable reproduction, could you report it as a bug? It's clearly not intended behavior.

    • @karthink
      @karthink  Год назад

      Do you have a timestamp? I'm not sure what behavior you're referring to.

    • @kyrd
      @kyrd Год назад

      @@karthink Right after 2:40.

    • @karthink
      @karthink  Год назад

      @@kyrd Ah yeah, this has something to do with the "quit-window" window-property. I don't have a consistent way to reproduce it, sorry. It also doesn't happen any more since I overwrite the quit-window property to use a stack by advising display-buffer and quit-restore-window. (This hack is unrelated to Popper, to be clear)

    • @kyrd
      @kyrd Год назад

      @@karthink Oh well. It would be great to have fixed in Emacs proper, but I haven't found a consistent repro myself.

  • @muhammadaneeqasif572
    @muhammadaneeqasif572 9 месяцев назад

    sir which theme are you using here

    • @karthink
      @karthink  9 месяцев назад

      I don't remember, unfortunately. It looks like one of the doom themes, probably doom-iosvkem.