{"id":19767827,"url":"https://github.com/sarcasm/popup-frame","last_synced_at":"2026-01-31T11:32:10.232Z","repository":{"id":1791551,"uuid":"2715469","full_name":"Sarcasm/popup-frame","owner":"Sarcasm","description":"Emacs \"popup frame\" management.","archived":false,"fork":false,"pushed_at":"2011-11-05T14:15:49.000Z","size":86,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-14T05:05:32.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"typekit/speakeasy","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sarcasm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2011-11-05T14:15:17.000Z","updated_at":"2013-10-04T17:13:57.000Z","dependencies_parsed_at":"2022-08-20T04:50:42.937Z","dependency_job_id":null,"html_url":"https://github.com/Sarcasm/popup-frame","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sarcasm/popup-frame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fpopup-frame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fpopup-frame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fpopup-frame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fpopup-frame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sarcasm","download_url":"https://codeload.github.com/Sarcasm/popup-frame/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fpopup-frame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28940443,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T10:18:23.202Z","status":"ssl_error","status_checked_at":"2026-01-31T10:18:22.693Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-12T04:32:42.193Z","updated_at":"2026-01-31T11:32:10.217Z","avatar_url":"https://github.com/Sarcasm.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"Popup frame management\n======================\n\nThis file aimed to provide some utility functions for the management\nof popup frames. A popup frame is a 'X Window' with no decoration (no\ntitlebar, not in the taskbar) that can be considered as a subwindow\nfor Emacs. It can be useful for example to create a temporary\ncompletion UI.\n\nCurrently it works only in a the X `window-system`. Contributions are\nwelcome mainly for the `'ns` and `'w32` window systems.\n\nUsage example\n-------------\n\n~~~~~ lisp\n  (let ((the-frame (popup-frame-create)))\n    (popup-frame-show the-frame)\n    (set-frame-position the-frame 200 200)\n    (set-frame-size the-frame 80 24)\n    (popup-frame-hide the-frame)\n    (popup-frame-destroy the-frame))\n~~~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarcasm%2Fpopup-frame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarcasm%2Fpopup-frame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarcasm%2Fpopup-frame/lists"}