{"id":19946323,"url":"https://github.com/blutsvente/em","last_synced_at":"2025-10-03T19:57:47.201Z","repository":{"id":67319329,"uuid":"49077241","full_name":"blutsvente/em","owner":"blutsvente","description":"A Linux (C-shell) wrapper script for launching Emacs/emacsclient/XEmacs/gnuclient","archived":false,"fork":false,"pushed_at":"2021-11-30T08:03:55.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-23T05:05:16.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blutsvente.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-05T16:15:55.000Z","updated_at":"2022-10-09T13:04:03.000Z","dependencies_parsed_at":"2023-06-10T20:15:09.826Z","dependency_job_id":null,"html_url":"https://github.com/blutsvente/em","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blutsvente/em","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blutsvente%2Fem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blutsvente%2Fem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blutsvente%2Fem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blutsvente%2Fem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blutsvente","download_url":"https://codeload.github.com/blutsvente/em/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blutsvente%2Fem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278219774,"owners_count":25950350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-13T00:29:13.275Z","updated_at":"2025-10-03T19:57:47.186Z","avatar_url":"https://github.com/blutsvente.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# em.csh\nA Linux (C-shell) wrapper script for launching XEmacs/gnuclient\n\nStarts either XEmacs (on current host) or gnuclient, depending on whether there is \nalready an XEmacs process; this is determined by looking for the process or a tag file (.gnuhost)\nin user's home directory.\nWith -n option, starts a new XEmacs process, skipping the gnuclient functionality.\n\n.cshrc setup: gnuclient requires GNU_SECURE to be set. I recommend the following your .cshrc file:\n\n    setenv GNU_SECURE $HOME/.gnu_secure_file\n    if ( ! -e $GNU_SECURE ) then\n      touch $GNU_SECURE \u003e\u003e /dev/null\n    endif\n    grep `hostname` $GNU_SECURE \u003e\u003e /dev/null\n    if ( $status ) then\n      echo $HOST \u003e\u003e $GNU_SECURE\n    endif\n\nUsage: em.csh [-n] [file(s)]\nNote: within the script you might want to adjust values for variables XEMACS/XEMACS_OPTIONS/GNUCLIENT \nto suit your environment. If IGNORE_LOCAL_XEMACS_PROCESS is set to 0, and the .gnuhost tag file \nis missing, gnuclient tries to connect to the local running XEmacs process (if there is one).\n\n# em.sh\nWrapper script for Emacs and emacsclient.\n\nStarts either Emacs (on current host) or emacsclient, depending on whether there is\nalready an Emacs process; this is determined by looking for the process or a tag file (.emacshost)\nin user's home directory.\nWith -n option, starts a new Emacs process, skipping the emacsclient functionality.\nWith -d commands are only printed, not executed\n\nUsage: em.sh [-n] [-d] [emacs-option(s)] [file(s)]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblutsvente%2Fem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblutsvente%2Fem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblutsvente%2Fem/lists"}