Emacs 31 introduces native frame transposition, a significant improvement for multi-monitor setups. This new feature allows users to quickly and smoothly move frames between different monitors, preserving their relative size and position. Previously, moving frames across monitors often resulted in distorted sizing or placement. With native frame transposition, Emacs now understands monitor geometries, enabling a seamless transition and a more consistent user experience across displays. This enhancement provides a more intuitive and efficient workflow for users working with multiple monitors.
FlashSpace is a free and open-source macOS application designed as a faster, more lightweight alternative to the built-in Spaces feature. It aims to provide smoother and more responsive virtual desktop switching, reducing lag and improving overall performance compared to the native solution. The project is hosted on GitHub and welcomes contributions.
Hacker News users generally praised FlashSpace for its speed and open-source nature, seeing it as a welcome alternative to the built-in macOS Spaces feature. Several commenters expressed interest in features like window previews within the Spaces overview and better integration with keyboard shortcuts. Some questioned the app's stability and long-term maintenance given it's a solo project. There was also discussion about existing window management alternatives and their respective strengths and weaknesses compared to FlashSpace, with mentions of yaba, Rectangle, and Amethyst. A few users shared their own experiences with similar personal projects and the challenges of balancing feature requests with maintainability.
Summary of Comments ( 43 )
https://news.ycombinator.com/item?id=43619437
Hacker News users generally expressed excitement about native frame transposition in Emacs 31. Several commenters highlighted the performance improvements this change brings, particularly for complex window configurations or remote sessions. Some discussed existing workarounds they'd used, like
ace-window
, while others anticipated how this would simplify their Emacs configurations. A few users also pointed out potential benefits for tiling window managers and speculated about possible future enhancements, such as transposing frames across different monitors. The overall sentiment was positive, viewing the change as a welcome quality-of-life improvement for Emacs users.The Hacker News post "Native frame transposition coming to Emacs 31" sparked a discussion with several insightful comments.
One commenter expressed excitement about the feature, highlighting its potential to significantly improve the user experience when working with multiple frames, especially when using Emacs in a tiling window manager. They elaborated that the current behavior, where transposing frames requires manual resizing, is inconvenient and disruptive to the workflow. This new feature promises a smoother and more intuitive way to rearrange frames.
Another user pointed out a practical application of this feature for users who present from their Emacs setup. Currently, maximizing a frame often leads to undesirable results, but with the native frame transposition, switching to a presentation setup and back could become seamless and hassle-free.
A different commenter focused on the technical details, mentioning that this feature utilizes the underlying window manager's capabilities for frame management. They also clarified that the functionality depends on the window manager's support and might not work universally across all window managers. Specifically, they noted that tiling window managers, such as i3, do not usually handle frame sizing within their paradigm, and that transposing in this manner might not be ideal even if technically possible.
Another discussion thread branched into the broader context of Emacs development. A user raised concerns about the relatively slow pace of development compared to other projects like Neovim. This led to a discussion about the different development philosophies, community dynamics, and the challenges of maintaining a large and complex project like Emacs. Some defended Emacs, emphasizing its stability, extensibility, and the active community that continues to contribute to its development. They cited the independent nature of Emacs' development as a reason for why features may appear at a different pace compared to a project like Neovim, where some design decisions might come from external pressures. It also touched upon the relative importance of native frame transposition compared to other features that some users might prefer were prioritized differently.
Finally, a few comments simply expressed appreciation for the author of the original blog post for sharing the information about the upcoming Emacs feature. They acknowledged the value of such posts in keeping the community informed about the latest developments.