When typing an 'L' followed by forward slash '/' I get a weird character

I can't figure this out. whenever I type a string of text that requires an L and forward slash together I get some weird character that resembles an 'f' like for designating a 'function' in an equation only its backwards. this occurs in terminal, like in this example: cd /usr/local/name the 'l' at the end of local and the forward slash become one character. I can't duplicate this character any other time, just when l/ are in a string. Any ideas? I get this in terminal and entourage (only in plain text mode - html emails the character doesn't show) mainly.

What you are seeing is a diacritic of an L with a line through it. It does the same for o/. You are probably using a font like Palantino, Hoefler, Chicago, or New York.
I don’t use Terminal so I don’t know how to change it in that application, but in TextEdit
1. open the Font panel (Format/Fonts/Show Fonts, or Command-t)
2. from the Action menu (small gear shape in lower left corner) choose Typography
3. in the Typography window select the Diacritics section (if there is no Diacritics, select in the Fonts panel one of the fonts mentioned above, like Chicago and the Typography window will change to show a Diacritics panel)
4. click Don’t Compose Diacritics button
I couldn’t find a Show Fonts command in Terminal, but now that you know the procedure, maybe you can figure it out.

Similar Messages

  • Pages 2.0.2 in Palatino will not allow capital O followed by forward slash but insists on converting it into Sandinavian Ø. How can I stop it?

    Pages 2.0.2 in Palatino will not allow capital O followed by forward slash but insists on converting it into Sandinavian Ø. How can I stop it?

    The best way to stop it is to get rid of the obsolete font.  Palatino 3.8 from 2006 should normally also be present as part of iLife/iWork and it works correctly. 

  • When I type o followed by a slash, it renders as o with a slash through it.

    Every time I type the letter o followed by a slash, it renders as an o with a slash through it, o/, like the Danish letter.
    == This happened ==
    Every time Firefox opened
    == After I upgraded to Firefox 3 for Mac OS X 10.4.11

    Sounds that you use a font that supports ligatures.
    See [/forum/1/398806] - Characters followed by a slash don't display properly.

  • Accents appearing on an "e" and an "a" when typing in English

    I have noticed that when typing in English on my Q10, I occasionally get an acute accent on the "e" of "the" or other words with an "e" at the end. Also occasionally a grave accent on an "a" when the letter "a" appears in isolation as in "a person".
    My language is set to automatic, and the two languages I have entered for automatic spelling correction are English and French.
    Does anyone have any idea why this should be happening?
    PJCMoray

    PJCMoray wrote:
    I have noticed that when typing in English on my Q10, I occasionally get an acute accent on the "e" of "the" or other words with an "e" at the end. Also occasionally a grave accent on an "a" when the letter "a" appears in isolation as in "a person".
    My language is set to automatic, and the two languages I have entered for automatic spelling correction are English and French.
    Does anyone have any idea why this should be happening?
    I'm set up the very same way on my Z10, and am having the same situation when best prediction suggests e's and a's  in words such as "the" and "that" which don't even exist in the French language...needs to be corrected.

  • Index.html pages in local sub-directories will not load automatically when sub-directory name entered into address field, followed by a forward-slash

    I am in the process of designing a website-on-a-CD. In order to make things easier for my clients, I decided to organize this site into local sub-directories with an index.html page in each one. However, when I try to enter the local sub-directory name, followed by a forward-slash, the index page does not open automatically. Instead, I get a raw directory listing that includes the index.html file, and anything else that is present within it. I would like to know if there is any way to force this page to load automatically within Firefox from a local storage medium as it would load from a web-server.

    You need to use file:// as the protocol instead of C:/. The latter may never work (C:\ might).
    Where is the main HTML located ?
    Easiest if to store the images in a sub folder of the location because you can't go back via ../ beyond that root location for security reasons.
    See:
    *http://kb.mozillazine.org/Links_to_local_pages_do_not_work

  • Dreamweaver 8 is removing forward slash when creating pages

    Dreamweaver 8
    Links set to be relative to Site Root
    If I create a template that has ../index.php as the home link, and also create a few pages from that template, the links on those pages all start with a forward slash:
    /stuff/
    However, if I then change the template to have a home link like this:
    and then save, all the links in the already-built pages suddenly lose their site-root forward slash and instead look like this:
    stuff/
    and the home link now looks like this in the created pages:
    ../  (yep, it stays like that)
    I did not change links to be relative to document
    Hmmmmm.....I'm noticing that it's occurring when I edit the template, when you then save the edited template, it updates all the pages made with that template but then all the links are now without the front forward slash, so it looks like this is getting triggered when the template is edited
    It doesn't change how the links are in the template ../whatever, but all the updated links in the built pages now do not have a front forward slash
    And once it changes to the non-forward slash version, it never goes back, it stays as link/
    Does anyone know what might be wrong? I need all the links to stay as /relative-to-site-root/
    Thanks

    > Does anyone know of a setting or fix for this problem
    It was regarded as a bug in previous versions, and was fixed
    in the 8.0.2
    release. In normal circumstances, ALL links in a template
    file must be
    relative to the template document, not relative to where you
    intend to save
    the child pages. Thus, there would be no way to have a link
    in your
    template document like the first one you show, e.g.,
    <img src="whatever.png"....
    *unless* the file was actually in the Templates folder (a bad
    idea).
    In 8.0.2, you can set your PREFERENCES for the Templates
    category to NOT
    MANAGE relative links. Be aware that this may have unintended
    consequences
    for you - specifically regarding other relative links in your
    site.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "pgs_it" <[email protected]> wrote in
    message
    news:eivj88$361$[email protected]..
    > When creating new pages from templates in Dreamweaver
    8(Ver 8.0.2). The
    > full
    > path for images is not created
    > i.e. in template the code is <img
    src="main_page_logo.png" width="814"
    > height="172" longdesc="Main Page Logo" />
    > In the new file the code should be :-
    > <img src="../../Templates/main_page_logo.png"
    width="814" height="172"
    > longdesc="Main Page Logo" />
    > but only :-
    > <img src="main_page_logo.png" width="814"
    height="172" longdesc="Main Page
    > Logo" /> is in the code.
    > but this does work in Version 8.0.
    > Does anyone know of a setting or fix for this problem
    >
    >
    >

  • When typing text. My IPad keeps inserting full stops followed by  a  Cap letter. Also   Back arrow, when tapped once,  goes back quickly. And deletes everything that I have. Just typed.Would appreciate your help..

    SUddenly, when typing text on my IPad, full stops followed by a capital letter. Keep occurring. Also when I tap the back erase. Arrow, everything that I have previously. Typed gets erased. Would love some help with this, have looked in settings but none the wiser. Thanks.

    Do yo have the "." shortcut set to On? (Settings>General>Keyboard). If you do, it may be that you are hitting the space bar twice without realizing it. This will insert a period.

  • When typing a wrong url, I want to be forwarded to google search

    when typing a wrong url, I want to be forwarded to google search
    == This happened ==
    Not sure how often

    See http://kb.mozillazine.org/Location_Bar_search and http://kb.mozillazine.org/Keyword%2eURL (pref: '''keyword~46~URL''')
    See [[Searches are redirected to another site]]

  • No forward slash when in Safari???

    In order to access my web mail, I have to enter my domain name and password. My domain name includes the "\"; however, when browsing in Safari, there is no forward slash?? How is this possible? Does this mean I cannot access my web mail?

    I just realized that if you're using the keyboard for the URL bar, the "#+=" button isn't there.
    Have you tried entering it as a hexadecimal equivalent? For example, if you need to enter "john\adams", instead put in "john%5Cadams" (%5C is the hex code for "\")

  • When typing in a number, how can I automatically have it insert a / (slash)?

    I've been trying to figure out how to automatcially insert a forward slash (/) after I have entered a 6-digit number.  I'd like to have the slash inserted after the 3 number from the left?   For example; if after entering 123456 the expected outcome would be 123/456.  Any help would be great appreciated. I'd like to give away some points if anyone has the correct answer!!!   

    Thanks for the quick reply.  Basically, what I need is to be able to enter a fixed 6-digit number between 0-9 and then a slash would automatically be inserted.  It would only be numerical and no letters or special characters.  To quickly fill you in on what I"m trying to attain, I have created a form with text fields and on one of the fields there is one called, "work location".  Here the room and cubicle location would be entered.  Each other these locations is designated a 3-digit.  For example:  123 would be the room number and the 456 would be the 3-digit cubicle location. So, instead of enter the first three numbers than manually entering the rest of the numbers, I'd like to see if it's possible to just enter the 6 numbers instead than the forward slash would be inserted in its proper place.  I hope I didn't confuse you.  Once again any advice (or maybe a sample script) would be incredibly helpful,

  • Path not ending in forward slash never connects

    Firefox v 24.0 won't resolve a link with /new but will resolve /new/
    Sorry, I can't provide a link to the site as it's behind a firewall, but it would be http://mydomain.org/parks/new. Adding a forward slash at the end will resolve the page. This issue also occurs on Windows Machines.
    Other links like /parks/login without the trailing slash work. Earlier versions of FireFox work.
    When I say it's not connecting I specifically mean the request is never getting to the server, it's not logged on Apache, and thus, I don't think it's an apache configuration issue.

    I setup the logging successfully. Nothing outstanding or obvious here.
    The request is made but never completed which would follow the spinning wheel and "connecting .."
    If I follow the transaction session number from this line:
    nsHttpTransaction::Init [this=119bf1600 caps=21]
    I see the request on the next line, a few of these
    2013-10-11 13:08:16.368123 UTC - 336072704[10032b4a0]: nsSocketInputStream::AsyncWait [this=1258730f8]
    2013-10-11 13:08:16.368131 UTC - 336072704[10032b4a0]: ProcessNewTransaction Dispatch Immediately trans=119bf1600
    2013-10-11 13:08:16.405226 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=180]
    2013-10-11 13:08:16.405239 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=180]
    Even something that suggests success:
    2013-10-11 13:08:16.405411 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=0]
    2013-10-11 13:08:16.405423 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContentStart [this=119bf1600]
    2013-10-11 13:08:16.405474 UTC - 336072704[10032b4a0]: http response [
    2013-10-11 13:08:16.405498 UTC - 336072704[10032b4a0]: HTTP/1.1 200 OK
    2013-10-11 13:08:16.405510 UTC - 336072704[10032b4a0]: Date: Fri, 11 Oct 2013 13:08:16 GMT
    2013-10-11 13:08:16.405520 UTC - 336072704[10032b4a0]: Server: thin 1.4.1 codename Chromeo
    2013-10-11 13:08:16.405530 UTC - 336072704[10032b4a0]: Content-Type: text/html; charset=utf-8
    2013-10-11 13:08:16.405540 UTC - 336072704[10032b4a0]: Connection: close
    2013-10-11 13:08:16.405549 UTC - 336072704[10032b4a0]: Transfer-Encoding: chunked
    2013-10-11 13:08:16.405558 UTC - 336072704[10032b4a0]: ]
    2013-10-11 13:08:16.405569 UTC - 336072704[10032b4a0]: nsHttpConnection::OnHeadersAvailable [this=124322900 trans=119bf1600 response-head=1240b4100]
    2013-10-11 13:08:16.405584 UTC - 336072704[10032b4a0]: Assessing red penalty to library.mskcc.org class 3 for event 131075. Penalty now 0, throttle[3] = 1000
    2013-10-11 13:08:16.405598 UTC - 336072704[10032b4a0]: chunked decoder created
    2013-10-11 13:08:16.405609 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=0]
    2013-10-11 13:08:16.405619 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=0 read=0 mContentRead=0 mContentLength=-1]
    More of the same, and then I just closed the browser:
    2013-10-11 13:08:16.405715 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=186]
    2013-10-11 13:08:16.405726 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=6]
    2013-10-11 13:08:16.405737 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6]
    2013-10-11 13:08:16.405747 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=6]
    2013-10-11 13:08:16.405764 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6 read=0 mContentRead=0 mContentLength=-1]
    2013-10-11 13:08:16.405777 UTC - 336072704[10032b4a0]: nsSocketInputStream::Read [this=1258730f8 count=32768]
    2013-10-11 13:08:16.405787 UTC - 336072704[10032b4a0]: calling PR_Read [count=32768]
    2013-10-11 13:08:16.405973 UTC - 336072704[10032b4a0]: PR_Read returned [n=6723]
    2013-10-11 13:08:16.405987 UTC - 336072704[10032b4a0]: nsSocketTransport::SendStatus [this=125872fc0 status=804b0006]
    2013-10-11 13:08:16.405998 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=6909]
    2013-10-11 13:08:16.406009 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=6723]
    2013-10-11 13:08:16.406019 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6723]
    2013-10-11 13:08:16.406029 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=6723]
    2013-10-11 13:08:16.406039 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=6723 read=6723 mContentRead=6723 mContentLength=-1]
    2013-10-11 13:08:16.406051 UTC - 336072704[10032b4a0]: nsSocketInputStream::Read [this=1258730f8 count=26045]
    2013-10-11 13:08:16.406061 UTC - 336072704[10032b4a0]: calling PR_Read [count=26045]
    2013-10-11 13:08:16.406093 UTC - 336072704[10032b4a0]: PR_Read returned [n=2]
    2013-10-11 13:08:16.406105 UTC - 336072704[10032b4a0]: nsSocketTransport::SendStatus [this=125872fc0 status=804b0006]
    2013-10-11 13:08:16.406116 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=6911]
    2013-10-11 13:08:16.406128 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=2]
    2013-10-11 13:08:16.406138 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=2]
    2013-10-11 13:08:16.406167 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=2]
    2013-10-11 13:08:16.406178 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=2 read=0 mContentRead=6723 mContentLength=-1]
    2013-10-11 13:08:16.406205 UTC - 336072704[10032b4a0]: nsSocketInputStream::Read [this=1258730f8 count=26045]
    2013-10-11 13:08:16.406216 UTC - 336072704[10032b4a0]: calling PR_Read [count=26045]
    2013-10-11 13:08:16.406252 UTC - 336072704[10032b4a0]: PR_Read returned [n=5]
    2013-10-11 13:08:16.406264 UTC - 336072704[10032b4a0]: nsSocketTransport::SendStatus [this=125872fc0 status=804b0006]
    2013-10-11 13:08:16.406275 UTC - 336072704[10032b4a0]: nsHttpTransaction::OnSocketStatus [this=119bf1600 status=804b0006 progress=6916]
    2013-10-11 13:08:16.406287 UTC - 336072704[10032b4a0]: nsHttpTransaction::ProcessData [this=119bf1600 count=5]
    2013-10-11 13:08:16.406297 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=5]
    2013-10-11 13:08:16.406307 UTC - 336072704[10032b4a0]: nsHttpChunkedDecoder::HandleChunkedContent [count=5]
    2013-10-11 13:08:16.406319 UTC - 336072704[10032b4a0]: reached end of chunked-body
    2013-10-11 13:08:16.406329 UTC - 336072704[10032b4a0]: nsHttpTransaction::HandleContent [this=119bf1600 count=5 read=0 mContentRead=6723 mContentLength=-1]
    2013-10-11 13:08:16.406342 UTC - 336072704[10032b4a0]: nsHttpConnection::CloseTransaction[this=124322900 trans=19bf1600 reason=80470002]
    2013-10-11 13:08:16.406353 UTC - 336072704[10032b4a0]: nsHttpTransaction::Close [this=119bf1600 reason=0]
    2013-10-11 13:08:16.406364 UTC - 336072704[10032b4a0]: nsHttpConnectionMgr::ReclaimConnection [conn=24322900]
    2013-10-11 13:08:16.406382 UTC - 336072704[10032b4a0]: STS dispatch [11fe33cc0]
    2013-10-11 13:08:16.406420 UTC - 336072704[10032b4a0]: nsHttpConnectionMgr::OnMsgReclaimConnection [conn=124322900]
    2013-10-11 13:08:16.406435 UTC - 336072704[10032b4a0]: nsHttpConnectionMgr::ConditionallyStopTimeoutTick armed=1 active=1
    2013-10-11 13:08:16.406446 UTC - 336072704[10032b4a0]: connection cannot be reused; closing connection

  • Hide mouse cursor when typing is not working in IE11 Windows7

    Hide mouse cursor when typing is not working in IE11 Windows7 - I saw a post that devs were looking at this in 2011? Slow progress huh?
    This is really annoying when you have to move the cursor to see what you are typing...

    Hi,
    Please first make sure that Mouse Properties\Pointer options\Hide pointer while typing is ticked.
    If this option is already ticked, then try following steps to troubleshoot:
    Update the driver for the mouse to get the best performance.
    Choose a different cursor as Rob said for a test.
    If this issue occurred recently, check if you have any newly installed programs or IE add-ons which cause this issue, you can test this in no add-ons mode, click start button, type "internet" in the search box, choose "internet explorer (No add-on)".
    * I test in My IE, I have Hide pointer while typing checked, and in some typing boxes in IE the cursor will hide automatically, while some are not, but I think it's not an annoying issue for me.*
    Regard
    Yolanda
    TechNet Community Support

  • When typing the name of the contact I want to send a text message to, names from my contact list no longer pop up as suggestions. Can anyone help me with this?

    When typing the name of the contact I want to send a text message to, names from my contact list no longer pop up as suggestions. Can anyone help me with this?

        There's always a way to reset the device jmn33! Thanks for keeping us in the loop. To process a full reset/restore on the device please visit http://vz.to/12TLCsR. Please keep us posted once this is completed, thanks!
    MatthewS_VZW
    Follow us on Twitter @VZWSUPPORT

  • How to use EWS or Powershell to rename all folders that have a forward slash in them

    We have many users that have created folders in Outlook that have forward slashes in the name (i.e. / ). They did this in Outlook/Exchange 2003. We upgraded to Outlook 2010 and this is no longer aloud so there are issues with the folders when performing
    functions such as trying to share or using IMAP, etc.
    I'm looking for a way to specify a particular user's mailbox in a script and have it traverse every folder/subfolder and check if there is a forward slash in the name. If there is a forward slash I would like to rename the folder to something like the bar
    character (i.e |) or another character that is valid.
    I had most users go through Outlook manually and clean them up. However there are a handful of users that have hundreds if not thousands of subfolders that have the forward slash in them.
    I've done extensive research on this (references to my research below) and came close in putting a script together but I just can't figure it out. Anyone have an example for this? Even if I need to specify a folder within the Inbox and have the script only
    process subfolders from this location would be acceptable since most of them are subfolders of a particular folder.
    Thank you.
    http://social.technet.microsoft.com/Forums/exchange/en-US/b24d0558-ed6a-4854-9a86-e9815741b5d0/rename-folder-example-in-ews?forum=exchangesvrdevelopment
    http://exchange-powershell.com/database-management/bulk-public-folder-rename-and-cleanup-script/
    http://unlockpowershell.wordpress.com/2010/10/14/powershell-rename-a-mailbox-folder-using-exchange-web-services-api/

    First two articles are for public folders so it won't help here as you have mailbox folders...
    http://unlockpowershell.wordpress.com/2010/10/14/powershell-rename-a-mailbox-folder-using-exchange-web-services-api/ 
    This is good starting point, you might need to change the logics around it  to search / and replace with - or someting, this might be the code change needed from that article but would suggest you to test it first.
    foreach ($folder in $ffResponse.Folders)
    if ($folder.Displayname -like “*/*”)
    Write-Output “Found / in the $mailboxName and folder name is $folder.Displayname”
    $folder.Displayname.Replace("/","-")
    $folder.Update()
    Blog |
    Get Your Exchange Powershell Tip of the Day from here

  • Underscore randomly replaces forward slash in topic file names and topic titles

    The problem I'm seeing is similar to the discussion at http://forums.adobe.com/message/2564701 which dealt with random insertion of underscores in topic titles. That problem seemed restricted to underscores replacing spaces in Topic File names and was solved (for some people at least) by deselecting the setting   "Tools > Options > General > Use underscores in filenames." Playing with that setting has not worked for me when it comes to unwanted replacement of forward slashes.
    I'm running RoboHelp 9 and linking from FrameMaker 10. The unwanted underscores are seen in (1) the RH project and (2) the help output:
    (1) In RH project in some topic titles like this:
    I want to keep the forward slash. The upper topic title is wrong and the bottom one is correct.
    (2) In AIR Help output: search results and in the tab that appears above the breadcrumbs in the main right pane.
    I cant change the titles prior to generating output because, as Matt Sullivan wrote in the similar discussion, "...for topics created from linked FrameMaker 9 files, the Topic Title is not editable from the Topic Properties. If it was, at least I could change the offending titles prior to final generation of output. (though the titles would revert on the next update of the FrameMaker source content)."
    I've double-checked the source FrameMaker documents and I can find no difference between Headings in which the forward slash is retained (desired) and those in which the forward slash is replaced by an underscore (unwanted).  Has anyone else seen this?
    Thanks,
    Matt

    Isn't the issue here that RH is creating filenames AND topic titles based on the FM title. Because of the slash it is saying that is an illegal character it changes the filename and the title in RH is based on that, hence both change.
    I don't know if that can be changed but now you can test to see if that is what is happening.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • Component and Application Configuration not working

    Dear Friends,   I want to disable the reject button in HCM Processes and Forms Webdynpro component HRASR00_PROCESS_EXECUTE and in application asr_process_execute only for some specific roles in Portal. So I tried to use the component configuration fo

  • Notation in L8 - chord symbols and brackets

    Hello again - I've seen this question a couple of times, and wondered if anyone yet had an answer/workaround... The chord symbols in L8 seem a bit ugly - I can change the font fine, but is there any way I can: 1 - bring the 7 part of a G7 chord more

  • Problem storing preferences

    I come from Windows c++ to Java and am used to storing values in the registry. There is a nice replacement for this in java.util.prefs.Preferences. I can pick up the values when I create the controls, the problem how do I store the values? There may

  • CS module - Measuring Point

    Dear All, How to delete Measuring point of an equipment for which already measuring document is created? Regards, Samir

  • EventLog.EntryWritten firing for events in the past

    Hello - I have a windows service that will setup a delegate for the EntryWritten event. My understanding of this event handler is that it will only fire when an entry is written to the event log. However, events from the past that are contained in th